anvil.server
Interface Resource
- All Superinterfaces:
- InputSource
- All Known Implementing Classes:
- DirContainer.DirResource, DirContainer.FileResource, JarContainer.JarResource, URLContainer.URLResource
- public interface Resource
- extends InputSource
class Container
RESOURCE_0
public static final Resource[] RESOURCE_0
getName
public java.lang.String getName()
getPathinfo
public java.lang.String getPathinfo()
isDirectory
public boolean isDirectory()
getContentType
public java.lang.String getContentType()
list
public Resource[] list()
throws java.io.IOException
java.io.IOException
writeTo
public void writeTo(java.io.OutputStream output)
throws java.io.IOException
java.io.IOException