|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.refactor.type.CreateNewInterface
public class CreateNewInterface
This object creates an interface from nothing. It is responsible for building up the parse tree from scratch to create a new interface.
Constructor Summary | |
---|---|
CreateNewInterface(Summary summary,
java.lang.String packageName,
java.lang.String interfaceName)
Constructor for the CreateNewInterface object |
Method Summary | |
---|---|
java.io.File |
run()
Creates the the designated class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateNewInterface(Summary summary, java.lang.String packageName, java.lang.String interfaceName)
interfaceName
- Description of ParameterpackageName
- Description of Parametersummary
- Description of ParameterMethod Detail |
---|
public java.io.File run() throws RefactoringException
RefactoringException
- Description of Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |