|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.goldenhammer.dicom.CommandFactory
This class creates DICOM commands through the toolkit specified in its properties file
Method Summary | |
CEchoCommand |
getCEchoCommand()
This method returns an instance of the CEcho command specified in the properties file |
CStoreImageCommand |
getCStoreImageCommand()
This method returns an instance of the CStoreImage command specified in the properties file |
static CommandFactory |
getInstance()
Get an instance of the CommandFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static CommandFactory getInstance() throws java.io.FileNotFoundException, java.io.IOException
java.io.IOException
- if the properties couldn't be read
java.io.FileNotFoundException
- if the properties couldn't be foundpublic CEchoCommand getCEchoCommand() throws java.lang.Exception
java.lang.Exception
- thrown if there is a problem with reflectionpublic CStoreImageCommand getCStoreImageCommand() throws java.lang.Exception
java.lang.Exception
- thrown if there is a problem with reflection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |