|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public SourceProperty getSourceProperty(String namespace, String name) throws SourceException
SourceException
public void setSourceProperty(SourceProperty property) throws SourceException
SourceException
public SourceProperty[] getSourceProperties() throws SourceException
SourceException
public 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 |