|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.telelogic.rhapsody.core.RPExternalCodeGenerator
public abstract class RPExternalCodeGenerator
Constructor Summary | |
---|---|
RPExternalCodeGenerator()
|
Method Summary | |
---|---|
abstract void |
abort()
method Abort |
boolean |
connect(IRPExternalCodeGeneratorInvoker connectionPoint)
|
boolean |
disconnect()
|
abstract void |
exit()
method Exit |
protected void |
finalize()
|
abstract void |
generate(IRPModelElement activeConfiguration,
IRPCollection classifiersCollection,
IRPCollection filesCollection,
int generateMainFile,
int generateMakefile)
method Generate |
abstract java.lang.String |
getFileName(IRPModelElement modelElement,
IRPModelElement configuration,
int pathType,
int withExtensions)
method GetFileName |
abstract java.lang.String |
getMainFileName(IRPModelElement configuration,
int pathType,
int withExtensions)
method GetMainFileName |
abstract java.lang.String |
getMakefileName(IRPModelElement configuration,
int pathType,
int withExtension)
method GetMakefileName |
abstract java.lang.String |
getTargetfileName(IRPModelElement configuration,
int pathType,
int withExtension)
method GetTargetfileName |
abstract java.lang.String |
whoAmI()
method WhoAmI |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RPExternalCodeGenerator()
Method Detail |
---|
public boolean connect(IRPExternalCodeGeneratorInvoker connectionPoint)
public boolean disconnect()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public abstract void abort()
RhapsodyRuntimeException
public abstract void exit()
RhapsodyRuntimeException
public abstract java.lang.String getMainFileName(IRPModelElement configuration, int pathType, int withExtensions)
RhapsodyRuntimeException
public abstract java.lang.String getTargetfileName(IRPModelElement configuration, int pathType, int withExtension)
RhapsodyRuntimeException
public abstract java.lang.String whoAmI()
RhapsodyRuntimeException
public abstract void generate(IRPModelElement activeConfiguration, IRPCollection classifiersCollection, IRPCollection filesCollection, int generateMainFile, int generateMakefile)
RhapsodyRuntimeException
public abstract java.lang.String getFileName(IRPModelElement modelElement, IRPModelElement configuration, int pathType, int withExtensions)
RhapsodyRuntimeException
public abstract java.lang.String getMakefileName(IRPModelElement configuration, int pathType, int withExtension)
RhapsodyRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |