|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.generation.lib.AbstractGeneratorComponent
org.objectweb.speedo.generation.serializer.MISerializer
public class MISerializer
Field Summary | |
---|---|
static java.lang.String |
LOGGER_NAME
|
Fields inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent |
---|
debug, logger, personality, scp |
Constructor Summary | |
---|---|
MISerializer(Personality p)
|
Method Summary | |
---|---|
java.lang.String |
getSummary()
|
java.lang.String |
getTitle()
|
boolean |
init()
Initializes the component |
void |
process()
Launch the serialization. |
Methods inherited from class org.objectweb.speedo.generation.lib.AbstractGeneratorComponent |
---|
getLogger, getSpeedoCompilerParameter, setLogger, setSpeedoCompilerParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LOGGER_NAME
Constructor Detail |
---|
public MISerializer(Personality p)
Method Detail |
---|
public boolean init() throws SpeedoException
GeneratorComponent
init
in interface GeneratorComponent
init
in class AbstractGeneratorComponent
SpeedoException
- if the component initialization failspublic java.lang.String getTitle()
getTitle
in interface GeneratorComponent
getTitle
in class AbstractGeneratorComponent
public java.lang.String getSummary()
getSummary
in interface GeneratorComponent
getSummary
in class AbstractGeneratorComponent
public void process() throws SpeedoException
process
in interface GeneratorComponent
process
in class AbstractGeneratorComponent
SpeedoException
- if the component initialization fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |