Package net.sourceforge.plantuml.preproc
Class Stdlib
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.Stdlib
-
public class Stdlib extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
addInfoVersion(List<String> strings, boolean details)
List<String>
extractAllSprites()
static void
extractStdLib()
static InputStream
getResourceAsStream(String fullname)
static void
printStdLib()
static Stdlib
retrieve(String name)
-
-
-
Method Detail
-
getResourceAsStream
public static InputStream getResourceAsStream(String fullname)
-
retrieve
public static Stdlib retrieve(String name) throws IOException
- Throws:
IOException
-
extractStdLib
public static void extractStdLib() throws IOException
- Throws:
IOException
-
extractAllSprites
public List<String> extractAllSprites() throws IOException
- Throws:
IOException
-
printStdLib
public static void printStdLib()
-
-