Package org.omegat.util
Class PreferencesXML
java.lang.Object
org.omegat.util.PreferencesXML
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns ISO-8601 createdAt timestamp, or null if not available yet.Returns ISO-8601 updatedAt timestamp, or null if not available yet.booleanReturns true if there was no existing preferences file at init time.voidvoid
-
Constructor Details
-
PreferencesXML
-
-
Method Details
-
load
-
save
- Throws:
Exception
-
isFirstRun
public boolean isFirstRun()Returns true if there was no existing preferences file at init time. -
getCreatedAt
Returns ISO-8601 createdAt timestamp, or null if not available yet. -
getUpdatedAt
Returns ISO-8601 updatedAt timestamp, or null if not available yet.
-