Uses of Enum
pl.project13.core.CommitIdPropertiesOutputFormat
Packages that use CommitIdPropertiesOutputFormat
-
Uses of CommitIdPropertiesOutputFormat in pl.project13.core
Methods in pl.project13.core that return CommitIdPropertiesOutputFormatModifier and TypeMethodDescriptionGitCommitIdPlugin.Callback.getPropertiesOutputFormat()Returns the enum constant of this type with the specified name.static CommitIdPropertiesOutputFormat[]CommitIdPropertiesOutputFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in pl.project13.core with parameters of type CommitIdPropertiesOutputFormatModifierConstructorDescriptionPropertiesFileGenerator(LogInterface log, BuildFileChangeListener buildFileChangeListener, CommitIdPropertiesOutputFormat propertiesOutputFormat, String prefixDot, String projectName) -
Uses of CommitIdPropertiesOutputFormat in pl.project13.core.util
Methods in pl.project13.core.util with parameters of type CommitIdPropertiesOutputFormatModifier and TypeMethodDescriptionstatic voidGenericFileManager.dumpProperties(LogInterface log, CommitIdPropertiesOutputFormat propertiesOutputFormat, File gitPropsFile, Charset sourceCharset, boolean escapeUnicode, String projectName, Properties propertiesToDump) static PropertiesGenericFileManager.readProperties(CommitIdPropertiesOutputFormat propertiesOutputFormat, File gitPropsFile, Charset sourceCharset) static PropertiesGenericFileManager.readProperties(LogInterface log, CommitIdPropertiesOutputFormat propertiesOutputFormat, File gitPropsFile, Charset sourceCharset, String projectName) static PropertiesGenericFileManager.readPropertiesAsUtf8(CommitIdPropertiesOutputFormat propertiesOutputFormat, File gitPropsFile)