org.jtools.repository
Class SimpleRepositoryElement
java.lang.Object
org.jtools.repository.SimpleRepositoryElement
- All Implemented Interfaces:
- RepositoryElement
public class SimpleRepositoryElement
- extends Object
- implements RepositoryElement
TODO type-description
- Author:
- Rainer Noack
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleRepositoryElement
public SimpleRepositoryElement()
setName
public void setName(String name)
getName
public String getName()
- Specified by:
getName
in interface RepositoryElement
createEntry
public RepositoryEntry createEntry()
addConfiguredEntry
public void addConfiguredEntry(RepositoryEntry entry)
getEntries
public Collection<RepositoryEntry> getEntries()
- Specified by:
getEntries
in interface RepositoryElement
getAttributeFromURL
public String getAttributeFromURL(URL url,
Object urlContext)
© 2000-2006, JTools.org.