Package net.sourceforge.plantuml.preproc
Class ReadLineWithYamlHeader
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.ReadLineWithYamlHeader
-
-
Constructor Summary
Constructors Constructor Description ReadLineWithYamlHeader(ReadLine source)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
java.util.Map<java.lang.String,java.lang.String>
getMetadata()
StringLocated
readLine()
static java.util.List<StringLocated>
removeYamlHeader(java.util.List<StringLocated> input)
-
-
-
Constructor Detail
-
ReadLineWithYamlHeader
public ReadLineWithYamlHeader(ReadLine source)
-
-
Method Detail
-
close
public void close() throws java.io.IOException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Throws:
java.io.IOException
-
readLine
public StringLocated readLine() throws java.io.IOException
-
getMetadata
public java.util.Map<java.lang.String,java.lang.String> getMetadata()
-
removeYamlHeader
public static java.util.List<StringLocated> removeYamlHeader(java.util.List<StringLocated> input)
-
-