Class RebelWebResource
java.lang.Object
org.zeroturnaround.jrebel.gradle.model.RebelWebResource
- All Implemented Interfaces:
RebelResource
Web reource configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMatches to the empty 'resource {..}' block that has a special meaning to mark the default element.voidsetDirectory(String directory) voidsetExcludes(List<String> excludes) voidsetIncludes(List<String> includes) voidtoString()
-
Constructor Details
-
RebelWebResource
public RebelWebResource()
-
-
Method Details
-
getDirectory
-
getExcludes
- Specified by:
getExcludesin interfaceRebelResource
-
getIncludes
- Specified by:
getIncludesin interfaceRebelResource
-
getTarget
-
setDirectory
-
setExcludes
- Specified by:
setExcludesin interfaceRebelResource
-
setIncludes
- Specified by:
setIncludesin interfaceRebelResource
-
setTarget
-
isDefaultElement
public boolean isDefaultElement()Matches to the empty 'resource {..}' block that has a special meaning to mark the default element. -
toString
-