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(@Nullable LogInterface log, @NonNull CommitIdPropertiesOutputFormat propertiesOutputFormat, @NonNull File gitPropsFile, @NonNull Charset sourceCharset, boolean escapeUnicode, @Nullable String projectName, @NonNull Properties propertiesToDump) static PropertiesGenericFileManager.readProperties(@NonNull CommitIdPropertiesOutputFormat propertiesOutputFormat, @NonNull File gitPropsFile, @NonNull Charset sourceCharset) static @NonNull PropertiesGenericFileManager.readProperties(@Nullable LogInterface log, @NonNull CommitIdPropertiesOutputFormat propertiesOutputFormat, @NonNull File gitPropsFile, @NonNull Charset sourceCharset, @Nullable String projectName) static PropertiesGenericFileManager.readPropertiesAsUtf8(@NonNull CommitIdPropertiesOutputFormat propertiesOutputFormat, @NonNull File gitPropsFile)