Package org.zkoss.chart.wpd
Class Utils
- java.lang.Object
-
- org.zkoss.chart.wpd.Utils
-
public class Utils extends Object
A collection of utilities for ZK WPD extension.- Since:
- 10.2.1.0
- Author:
- jumperchen
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
outJSModules(String src, String libraryKey)
Generates JS module when the givenlibraryKey
is enabled inLibrary
.
-
-
-
Method Detail
-
outJSModules
public static final String outJSModules(String src, String libraryKey) throws IOException
Generates JS module when the givenlibraryKey
is enabled inLibrary
.- Parameters:
src
- The module pathlibraryKey
- The key of the enabled module inLibrary.getProperty()
.- Throws:
IOException
-
-