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 voidaddInfoVersion(List<String> strings, boolean details)List<String>extractAllSprites()static voidextractStdLib()static InputStreamgetResourceAsStream(String fullname)static voidprintStdLib()static Stdlibretrieve(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()
-
-