public final class JavadocGenerationManager extends java.lang.Object implements PersistentStateComponent<JavadocConfiguration>
| Modifier and Type | Method and Description |
|---|---|
void |
generateJavadoc(AnalysisScope scope) |
JavadocConfiguration |
getConfiguration() |
static JavadocGenerationManager |
getInstance(Project project) |
JavadocConfiguration |
getState() |
void |
loadState(JavadocConfiguration state)
This method is called when new component state is loaded.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeComponent, noStateLoadedpublic static JavadocGenerationManager getInstance(Project project)
public JavadocConfiguration getState()
getState in interface PersistentStateComponent<JavadocConfiguration>null value indicates
that the returned state won't be stored, as a result previously stored state will be used.XmlSerializerpublic void loadState(JavadocConfiguration state)
PersistentStateComponentState object should be used directly, defensive copying is not required.
loadState in interface PersistentStateComponent<JavadocConfiguration>state - loaded component stateXmlSerializerUtil.copyBean(Object, Object)public JavadocConfiguration getConfiguration()
public void generateJavadoc(AnalysisScope scope)