Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.tomcat.dev
Class DevBundle

java.lang.Object
  extended by org.nuxeo.runtime.tomcat.dev.DevBundle
All Implemented Interfaces:
Serializable

public class DevBundle
extends Object
implements Serializable

Bundle descriptor for hot deployment

Since:
5.4.3
See Also:
Serialized Form

Constructor Summary
DevBundle(String path, DevBundleType devBundleType)
           
 
Method Summary
 File file()
           
 String getName()
           
 String getPath()
           
static DevBundle parseDevBundleLine(String line)
           
static DevBundle[] parseDevBundleLines(InputStream is)
           
 URL url()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DevBundle

public DevBundle(String path,
                 DevBundleType devBundleType)
Method Detail

parseDevBundleLines

public static DevBundle[] parseDevBundleLines(InputStream is)
                                       throws IOException
Throws:
IOException

parseDevBundleLine

public static DevBundle parseDevBundleLine(String line)
                                    throws MalformedURLException
Throws:
MalformedURLException

url

public URL url()
        throws IOException
Throws:
IOException

file

public File file()

getName

public String getName()

getPath

public String getPath()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.