Class RebelClasspathResource

java.lang.Object
org.zeroturnaround.jrebel.gradle.model.RebelClasspathResource
All Implemented Interfaces:
RebelResource

public class RebelClasspathResource extends Object implements RebelResource
Classpath resource configuration.
  • Constructor Details

    • RebelClasspathResource

      public RebelClasspathResource()
  • Method Details

    • getDirectory

      public String getDirectory()
    • getDirset

      public String getDirset()
    • getExcludes

      public List<String> getExcludes()
      Specified by:
      getExcludes in interface RebelResource
    • getIncludes

      public List<String> getIncludes()
      Specified by:
      getIncludes in interface RebelResource
    • getJar

      public String getJar()
    • getJarset

      public 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(String directory)
    • setDirset

      public void setDirset(String dirset)
    • setExcludes

      public void setExcludes(List<String> excludes)
      Specified by:
      setExcludes in interface RebelResource
    • addExclude

      public void addExclude(String exclude)
    • setIncludes

      public void setIncludes(List<String> includes)
      Specified by:
      setIncludes in interface RebelResource
    • addInclude

      public void addInclude(String include)
    • setJar

      public void setJar(String jar)
    • setJarset

      public void setJarset(String jarset)
    • toString

      public String toString()
      Overrides:
      toString in class Object