org.zeroturnaround.jrebel.gradle.model
Class RebelClasspathResource
java.lang.Object
org.zeroturnaround.jrebel.gradle.model.RebelClasspathResource
- All Implemented Interfaces:
- RebelResource
public class RebelClasspathResource
- extends java.lang.Object
- implements RebelResource
Classpath resource configuration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RebelClasspathResource
public RebelClasspathResource()
getDirectory
public java.lang.String getDirectory()
getDirset
public java.lang.String getDirset()
getExcludes
public java.util.List<java.lang.String> getExcludes()
- Specified by:
getExcludes
in interface RebelResource
getIncludes
public java.util.List<java.lang.String> getIncludes()
- Specified by:
getIncludes
in interface RebelResource
getJar
public java.lang.String getJar()
getJarset
public java.lang.String 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
public void setDirectory(java.lang.String directory)
setDirset
public void setDirset(java.lang.String dirset)
setExcludes
public void setExcludes(java.util.List<java.lang.String> excludes)
- Specified by:
setExcludes
in interface RebelResource
addExclude
public void addExclude(java.lang.String exclude)
setIncludes
public void setIncludes(java.util.List<java.lang.String> includes)
- Specified by:
setIncludes
in interface RebelResource
addInclude
public void addInclude(java.lang.String include)
setJar
public void setJar(java.lang.String jar)
setJarset
public void setJarset(java.lang.String jarset)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object