public class DevBundle extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected DevBundleType |
devBundleType |
protected String |
name |
protected String |
path |
| Constructor and Description |
|---|
DevBundle(String path,
DevBundleType devBundleType) |
| Modifier and Type | Method and Description |
|---|---|
File |
file() |
DevBundleType |
getDevBundleType() |
String |
getName() |
String |
getPath() |
static DevBundle |
parseDevBundleLine(String line) |
static DevBundle[] |
parseDevBundleLines(InputStream is) |
String |
toString()
Converts the
DevBundle to String with the same format as the one expected in
parseDevBundleLine. |
URL |
url() |
protected final DevBundleType devBundleType
public DevBundle(String path, DevBundleType devBundleType)
public static DevBundle[] parseDevBundleLines(InputStream is) throws IOException
IOExceptionpublic static DevBundle parseDevBundleLine(String line)
public URL url() throws IOException
IOExceptionpublic DevBundleType getDevBundleType()
Copyright © 2019 Nuxeo. All rights reserved.