Package net.sourceforge.plantuml.tim
Class TimLoader
- java.lang.Object
-
- net.sourceforge.plantuml.tim.TimLoader
-
public class TimLoader extends Object
-
-
Constructor Summary
Constructors Constructor Description TimLoader(ImportedFiles importedFiles, Defines defines, Charset charset, DefinitionsContainer definitionsContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<StringLocated>
getDebug()
List<StringLocated>
getResultList()
boolean
isPreprocessorError()
Set<FileWithSuffix>
load(List<StringLocated> list)
-
-
-
Constructor Detail
-
TimLoader
public TimLoader(ImportedFiles importedFiles, Defines defines, Charset charset, DefinitionsContainer definitionsContainer)
-
-
Method Detail
-
load
public Set<FileWithSuffix> load(List<StringLocated> list)
-
getResultList
public final List<StringLocated> getResultList()
-
getDebug
public final List<StringLocated> getDebug()
-
isPreprocessorError
public final boolean isPreprocessorError()
-
-