Package rife.bld.extension
Class JReleaserTemplateGenerateOperation
java.lang.Object
rife.bld.operations.AbstractOperation<T>
rife.bld.operations.AbstractProcessOperation<S>
rife.bld.extension.AbstractJReleaserOperation<JReleaserTemplateGenerateOperation>
rife.bld.extension.JReleaserTemplateGenerateOperation
public class JReleaserTemplateGenerateOperation
extends AbstractJReleaserOperation<JReleaserTemplateGenerateOperation>
Calculate checksum files.
-
Field Summary
Fields inherited from class rife.bld.extension.AbstractJReleaserOperation
EMPTY
Fields inherited from class rife.bld.operations.AbstractProcessOperation
classpath_, DEFAULT_JAVA_TOOL, environment_, errorProcessor_, errorProcessorThread_, javaOptions_, javaTool_, mainClass_, module_, modulePath_, outputProcessor_, outputProcessorThread_, process_, successful_, workDirectory_
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIncludes the given announcer.assemblerByName
(String assembler) Includes the given assembler by name.assemblerByType
(String type) Includes the given assembler by type.distribution
(String distribution) Includes the given distribution.distributionByType
(String type) Includes the given distribution by type.excludeDistribution
(String distribution) Excludes the given distribution.excludePackager
(String packager) Excludes the given packager.Includes the given packager.snapshot()
Use snapshot templates.Methods inherited from class rife.bld.extension.AbstractJReleaserOperation
basedir, basedir, basedir, debug, execute, executeConstructProcessCommandList, fromProject, getCommand, getProject, help, info, outputDirectory, outputDirectory, outputDirectory, self, setOption, setOption, systemProperty, version, warn
Methods inherited from class rife.bld.operations.AbstractProcessOperation
classpath, classpath, classpath, environment, environment, environment, errorProcessor, errorProcessor, executeStartProcess, javaOptions, javaOptions, javaTool, javaTool, mainClass, mainClass, module, module, modulePath, modulePath, modulePath, outputProcessor, outputProcessor, process, workDirectory, workDirectory
Methods inherited from class rife.bld.operations.AbstractOperation
executeOnce, executeOnce, silent, silent
-
Constructor Details
-
JReleaserTemplateGenerateOperation
public JReleaserTemplateGenerateOperation()
-
-
Method Details
-
snapshot
Use snapshot templates.- Returns:
- this operation instance
-
distribution
Includes the given distribution.- Parameters:
distribution
- the distribution name- Returns:
- this operation instance
-
distributionByType
Includes the given distribution by type.- Parameters:
type
- the distribution type- Returns:
- this operation instance
-
excludeDistribution
Excludes the given distribution.- Parameters:
distribution
- the distribution name- Returns:
- this operation instance
-
announcer
Includes the given announcer.- Parameters:
announcer
- the announcer name- Returns:
- this operation instance
-
assemblerByName
Includes the given assembler by name.- Parameters:
assembler
- the assembler name- Returns:
- this operation instance
-
assemblerByType
Includes the given assembler by type.- Parameters:
type
- the assembler type- Returns:
- this operation instance
-
packager
Includes the given packager.- Parameters:
packager
- the packager name- Returns:
- this operation instance
-
excludePackager
Excludes the given packager.- Parameters:
packager
- the packager name- Returns:
- this operation instance
-