Uses of Class
pl.project13.core.CommitIdPropertiesOutputFormat
-
Packages that use CommitIdPropertiesOutputFormat Package Description pl.project13.core pl.project13.core.util -
-
Uses of CommitIdPropertiesOutputFormat in pl.project13.core
Methods in pl.project13.core that return CommitIdPropertiesOutputFormat Modifier and Type Method Description CommitIdPropertiesOutputFormatGitCommitIdPlugin.Callback. getPropertiesOutputFormat()static CommitIdPropertiesOutputFormatCommitIdPropertiesOutputFormat. valueOf(java.lang.String name)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 CommitIdPropertiesOutputFormat Constructor Description PropertiesFileGenerator(LogInterface log, BuildFileChangeListener buildFileChangeListener, CommitIdPropertiesOutputFormat propertiesOutputFormat, java.lang.String prefixDot, java.lang.String projectName) -
Uses of CommitIdPropertiesOutputFormat in pl.project13.core.util
Methods in pl.project13.core.util with parameters of type CommitIdPropertiesOutputFormat Modifier and Type Method Description static voidGenericFileManager. dumpProperties(LogInterface log, CommitIdPropertiesOutputFormat propertiesOutputFormat, java.io.File gitPropsFile, java.nio.charset.Charset sourceCharset, boolean escapeUnicode, java.lang.String projectName, java.util.Properties propertiesToDump)static java.util.PropertiesGenericFileManager. readProperties(CommitIdPropertiesOutputFormat propertiesOutputFormat, java.io.File gitPropsFile, java.nio.charset.Charset sourceCharset)static java.util.PropertiesGenericFileManager. readProperties(LogInterface log, CommitIdPropertiesOutputFormat propertiesOutputFormat, java.io.File gitPropsFile, java.nio.charset.Charset sourceCharset, java.lang.String projectName)static java.util.PropertiesGenericFileManager. readPropertiesAsUtf8(CommitIdPropertiesOutputFormat propertiesOutputFormat, java.io.File gitPropsFile)
-