Class ModulePathProvider
java.lang.Object
de.infolektuell.gradle.jpackage.tasks.providers.ModulePathProvider
- All Implemented Interfaces:
org.gradle.process.CommandLineArgumentProvider
public abstract class ModulePathProvider
extends Object
implements org.gradle.process.CommandLineArgumentProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.gradle.api.file.ArchiveOperationsabstract org.gradle.api.file.ConfigurableFileCollectionSpecify where to find class filesorg.gradle.api.file.FileCollectionorg.gradle.api.file.FileCollectionprotected abstract org.gradle.api.model.ObjectFactory
-
Constructor Details
-
ModulePathProvider
public ModulePathProvider()
-
-
Method Details
-
getObjects
@Inject protected abstract org.gradle.api.model.ObjectFactory getObjects() -
getArchiveOperations
@Inject protected abstract org.gradle.api.file.ArchiveOperations getArchiveOperations() -
getClasspath
@Classpath public abstract org.gradle.api.file.ConfigurableFileCollection getClasspath()Specify where to find class files -
getModulePath
@Classpath public org.gradle.api.file.FileCollection getModulePath() -
getNonModulePath
@Classpath public org.gradle.api.file.FileCollection getNonModulePath() -
asArguments
- Specified by:
asArgumentsin interfaceorg.gradle.process.CommandLineArgumentProvider
-