public class DevBundle extends Object implements Serializable
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() |
public DevBundle(String path, DevBundleType devBundleType)
public static DevBundle[] parseDevBundleLines(InputStream is) throws IOException
IOException
public static DevBundle parseDevBundleLine(String line) throws MalformedURLException
MalformedURLException
public URL url() throws IOException
IOException
public File file()
public String getName()
public String getPath()
Copyright © 2013 Nuxeo SA. All Rights Reserved.