Class RebelMainModel
java.lang.Object
org.zeroturnaround.jrebel.gradle.model.RebelMainModel
Main model class representing the data for the rebel.xml.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidaddWebResource(RebelWebResource webResource) getWar()voidsetFallbackClasspath(String fallbackClasspath) voidsetRemoteId(String remoteId) voidtoString()Construct the actual XML stream (string) from the model in memory.
-
Constructor Details
-
RebelMainModel
public RebelMainModel()
-
-
Method Details
-
getClasspathDirs
-
addClasspathDir
-
getClasspathDirsets
-
addClasspathDirset
-
getClasspathJars
-
addClasspathJar
-
getClasspathJarsets
-
addClasspathJarset
-
getWebResources
-
addWebResource
-
setFallbackClasspath
-
getFallbackClasspath
-
getWar
-
setWar
-
getRemoteId
-
setRemoteId
-
toXmlString
Construct the actual XML stream (string) from the model in memory.- Throws:
IOException
-
toString
-