|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.ejutr.logger.EJUTRTargetFileInfo
public class EJUTRTargetFileInfo
Singleton class that stores information that is input into the plugin through the wizard. The FileWriter class uses information contained here to direct its output to the proper file.
Method Summary | |
---|---|
void |
clear()
Clears all stored information from this object. |
static EJUTRTargetFileInfo |
getInstance()
Returns a shared handle to the singleton object. |
java.lang.String |
getTestContainer()
Returns the testContainer. |
java.lang.String |
getTestFileName()
Gets the testFileName. |
java.lang.String |
getTestMethodName()
Gets the testMethodName. |
void |
setTestContainer(java.lang.String testContainer)
Sets the testContainer. |
void |
setTestFileName(java.lang.String testFileName)
Sets the testFileName. |
void |
setTestMethodName(java.lang.String testMethodName)
Sets the testMethodName. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getTestContainer()
public void setTestContainer(java.lang.String testContainer)
testContainer
- the testContainer to set.public java.lang.String getTestFileName()
public void setTestFileName(java.lang.String testFileName)
testFileName
- the testFileName to set.public java.lang.String getTestMethodName()
public void setTestMethodName(java.lang.String testMethodName)
testMethodName
- the testMethodName to set.public static EJUTRTargetFileInfo getInstance()
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |