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() |
String |
getName() |
String |
getPath() |
static DevBundle |
parseDevBundleLine(String line) |
static DevBundle[] |
parseDevBundleLines(InputStream is) |
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) throws MalformedURLException
MalformedURLExceptionpublic URL url() throws IOException
IOExceptionCopyright © 2015 Nuxeo SA. All rights reserved.