Package org.nuxeo.runtime.tomcat.dev
Class DevBundle
java.lang.Object
org.nuxeo.runtime.tomcat.dev.DevBundle
- All Implemented Interfaces:
Serializable
Bundle descriptor for hot deployment.
- Since:
- 5.5
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final DevBundleType
protected String
protected final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
devBundleType
-
path
-
-
Constructor Details
-
DevBundle
-
-
Method Details
-
parseDevBundleLines
- Throws:
IOException
-
parseDevBundleLine
-
url
- Throws:
IOException
-
file
-
getName
-
getPath
-
getDevBundleType
- Since:
- 9.3
-
toString
Converts theDevBundle
to String with the same format as the one expected inparseDevBundleLine
.
-