Package rife.bld.extension
Class JReleaserDownloadOperation
java.lang.Object
rife.bld.operations.AbstractOperation<T>
rife.bld.operations.AbstractProcessOperation<S>
rife.bld.extension.AbstractJReleaserOperation<S>
rife.bld.extension.AbstractJReleaserModelOperation<JReleaserDownloadOperation>
rife.bld.extension.JReleaserDownloadOperation
public class JReleaserDownloadOperation
extends AbstractJReleaserModelOperation<JReleaserDownloadOperation>
Download assets.
-
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 TypeMethodDescriptiondownloaderByName
(String name) Includes the given downloader by name.downloaderByType
(String downloader) Includes the given downloader by type.Excludes the given downloader by name.excludeDownloaderByType
(String downloader) Excludes the given downloader by type.Methods inherited from class rife.bld.extension.AbstractJReleaserModelOperation
configFile, configFile, configFile, gitRootSearch, projectProperty, strict
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
-
JReleaserDownloadOperation
public JReleaserDownloadOperation()
-
-
Method Details
-
downloaderByType
Includes the given downloader by type.- Parameters:
downloader
- the downloader type- Returns:
- this operation instance
-
excludeDownloaderByType
Excludes the given downloader by type.- Parameters:
downloader
- the downloader type- Returns:
- this operation instance
-
downloaderByName
Includes the given downloader by name.- Parameters:
name
- the downloader name- Returns:
- this operation instance
-
excludeDownloaderByName
Excludes the given downloader by name.- Parameters:
name
- the downloader name- Returns:
- this operation instance
-