Uses of Class
scone.util.PluginRepositoryEntry

Packages that use PluginRepositoryEntry
scone.util Contains utility classes. 
 

Uses of PluginRepositoryEntry in scone.util
 

Methods in scone.util that return PluginRepositoryEntry
 PluginRepositoryEntry PluginRepository.getEntryByName(java.lang.String name)
          returns the entry for the named plugin.
 PluginRepositoryEntry PluginRepository.getEntryByNumber(int pos)
          returns the entry at the given position
 PluginRepositoryEntry PluginRepository.register(java.lang.String name)
          registers a new plugin.