Package net.sourceforge.plantuml.preproc
Class PreprocessingArtifact
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.PreprocessingArtifact
-
- All Implemented Interfaces:
WarningHandler
public class PreprocessingArtifact extends java.lang.Object implements WarningHandler
-
-
Constructor Summary
Constructors Constructor Description PreprocessingArtifact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddWarning(Warning warning)ConfigurationStore<OptionKey>getOption()java.util.Collection<Warning>getWarnings()
-
-
-
Method Detail
-
getOption
public ConfigurationStore<OptionKey> getOption()
-
addWarning
public void addWarning(Warning warning)
- Specified by:
addWarningin interfaceWarningHandler
-
getWarnings
public java.util.Collection<Warning> getWarnings()
- Specified by:
getWarningsin interfaceWarningHandler
-
-