JTools

org.jtools.repository
Interface RepositoryEntry

All Known Implementing Classes:
SimpleRepositoryEntry

public interface RepositoryEntry

Author:
Rainer To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 String getAttributeFromURL(URL url)
           
 DAOLoader getChildLoader()
           
 String getDirectory()
           
 RepositoryElement getElementDescriptor()
           
 Collection<PathEntry> getEntries(URL parentURL)
           
 FilenameFilter getFilenameFilter()
           
 

Method Detail

getChildLoader

DAOLoader getChildLoader()

getElementDescriptor

RepositoryElement getElementDescriptor()

getEntries

Collection<PathEntry> getEntries(URL parentURL)

getFilenameFilter

FilenameFilter getFilenameFilter()

getAttributeFromURL

String getAttributeFromURL(URL url)

getDirectory

String getDirectory()

JTools

© 2000-2006, JTools.org.