public class BundlePathNode extends Object implements org.wymiwyg.commons.util.dirbrowser.PathNode
Constructor and Description |
---|
BundlePathNode(org.osgi.framework.Bundle bundle,
String path) |
Modifier and Type | Method and Description |
---|---|
boolean |
exists() |
InputStream |
getInputStream() |
Date |
getLastModified() |
long |
getLength() |
String |
getPath() |
org.wymiwyg.commons.util.dirbrowser.PathNode |
getSubPath(String requestPath) |
boolean |
isDirectory() |
String[] |
list() |
String[] |
list(org.wymiwyg.commons.util.dirbrowser.PathNameFilter filter) |
String |
toString() |
public BundlePathNode(org.osgi.framework.Bundle bundle, String path)
public org.wymiwyg.commons.util.dirbrowser.PathNode getSubPath(String requestPath)
getSubPath
in interface org.wymiwyg.commons.util.dirbrowser.PathNode
public boolean isDirectory()
isDirectory
in interface org.wymiwyg.commons.util.dirbrowser.PathNode
public String[] list(org.wymiwyg.commons.util.dirbrowser.PathNameFilter filter)
list
in interface org.wymiwyg.commons.util.dirbrowser.PathNode
public String[] list()
list
in interface org.wymiwyg.commons.util.dirbrowser.PathNode
public InputStream getInputStream() throws IOException
getInputStream
in interface org.wymiwyg.commons.util.dirbrowser.PathNode
IOException
public long getLength()
getLength
in interface org.wymiwyg.commons.util.dirbrowser.PathNode
public String getPath()
getPath
in interface org.wymiwyg.commons.util.dirbrowser.PathNode
public Date getLastModified()
getLastModified
in interface org.wymiwyg.commons.util.dirbrowser.PathNode
public boolean exists()
exists
in interface org.wymiwyg.commons.util.dirbrowser.PathNode
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.