|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InspectableSource
A source, which owns meta informations in form of properties
Method Summary | |
---|---|
SourceProperty[] |
getSourceProperties()
Get alll informations |
SourceProperty |
getSourceProperty(String namespace,
String name)
To get a meta information from a source |
void |
removeSourceProperty(String namespace,
String name)
Remove property |
void |
setSourceProperty(SourceProperty property)
To set a meta information |
Methods inherited from interface org.apache.excalibur.source.Source |
---|
exists, getContentLength, getInputStream, getLastModified, getMimeType, getScheme, getURI, getValidity, refresh |
Method Detail |
---|
SourceProperty getSourceProperty(String namespace, String name) throws SourceException
SourceException
void setSourceProperty(SourceProperty property) throws SourceException
SourceException
SourceProperty[] getSourceProperties() throws SourceException
SourceException
void removeSourceProperty(String namespace, String name) throws SourceException
SourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |