Class RebelClasspathResource
java.lang.Object
org.zeroturnaround.jrebel.gradle.model.RebelClasspathResource
- All Implemented Interfaces:
RebelResource
Classpath resource configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExclude(String exclude) voidaddInclude(String include) getJar()booleanWe consider an empty "resource {}" element to mark the placement of the default classpath.booleanTrue if at least one of the target attributes is defined for this resource.voidsetDirectory(String directory) voidvoidsetExcludes(List<String> excludes) voidsetIncludes(List<String> includes) voidvoidtoString()
-
Constructor Details
-
RebelClasspathResource
public RebelClasspathResource()
-
-
Method Details
-
getDirectory
-
getDirset
-
getExcludes
- Specified by:
getExcludesin interfaceRebelResource
-
getIncludes
- Specified by:
getIncludesin interfaceRebelResource
-
getJar
-
getJarset
-
isTargetSet
public boolean isTargetSet()True if at least one of the target attributes is defined for this resource. -
isDefaultClasspathElement
public boolean isDefaultClasspathElement()We consider an empty "resource {}" element to mark the placement of the default classpath. -
setDirectory
-
setDirset
-
setExcludes
- Specified by:
setExcludesin interfaceRebelResource
-
addExclude
-
setIncludes
- Specified by:
setIncludesin interfaceRebelResource
-
addInclude
-
setJar
-
setJarset
-
toString
-