|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.dpml.station.console.StationPlugin
public class StationPlugin
Plugin that handles station commands.
Constructor Summary | |
---|---|
StationPlugin(Logger logger,
String[] args)
Creation of a new station plugin. |
Method Summary | |
---|---|
void |
dispose()
Initiate disposal of the station plugin. |
URL |
getStorageURL(URI uri)
Return the storage uri as a url. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StationPlugin(Logger logger, String[] args) throws Exception
logger
- the assigned logging channelargs
- command line arguments
Exception
- if an error occurs during plugin establishmentMethod Detail |
---|
public void dispose()
dispose
in interface Disposable
public URL getStorageURL(URI uri) throws Exception
uri
- the uri
Exception
- if the uri could not be converted to a url
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |