public class OsgiBundleEntry extends Object implements de.matrixweb.vfs.wrapped.WrappedSystem
| Constructor and Description |
|---|
OsgiBundleEntry(org.osgi.framework.Bundle bundle,
String path,
String[] includes,
String[] excludes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
InputStream |
getInputStream() |
String |
getName() |
boolean |
isDirectory() |
long |
lastModified() |
List<de.matrixweb.vfs.wrapped.WrappedSystem> |
list() |
String |
toString() |
public String getName()
getName in interface de.matrixweb.vfs.wrapped.WrappedSystemWrappedSystem.getName()public boolean exists()
exists in interface de.matrixweb.vfs.wrapped.WrappedSystemWrappedSystem.exists()public boolean isDirectory()
isDirectory in interface de.matrixweb.vfs.wrapped.WrappedSystemWrappedSystem.isDirectory()public List<de.matrixweb.vfs.wrapped.WrappedSystem> list()
list in interface de.matrixweb.vfs.wrapped.WrappedSystemWrappedSystem.list()public long lastModified()
lastModified in interface de.matrixweb.vfs.wrapped.WrappedSystemWrappedSystem.lastModified()public InputStream getInputStream() throws IOException
getInputStream in interface de.matrixweb.vfs.wrapped.WrappedSystemIOExceptionWrappedSystem.getInputStream()public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All Rights Reserved.