JTools

org.jtools.repository
Class SimpleRepositoryElement

java.lang.Object
  extended by org.jtools.repository.SimpleRepositoryElement
All Implemented Interfaces:
RepositoryElement

public class SimpleRepositoryElement
extends Object
implements RepositoryElement

TODO type-description

Author:
Rainer Noack

Constructor Summary
SimpleRepositoryElement()
           
 
Method Summary
 void addConfiguredEntry(RepositoryEntry entry)
           
 RepositoryEntry createEntry()
           
 String getAttributeFromURL(URL url, Object urlContext)
           
 Collection<RepositoryEntry> getEntries()
           
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRepositoryElement

public SimpleRepositoryElement()
Method Detail

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)

JTools

© 2000-2006, JTools.org.