Package org.fugerit.java.doc.base.parser
Class DocParserUtil
- java.lang.Object
-
- org.fugerit.java.doc.base.parser.DocParserUtil
-
public class DocParserUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
doubleNested(Properties atts, String key1, String key2)
static int
doubleNestedWithDefaultInt(Properties atts, String key1, String key2, String defValue)
-
-
-
Method Detail
-
doubleNested
public static String doubleNested(Properties atts, String key1, String key2)
-
doubleNestedWithDefaultInt
public static int doubleNestedWithDefaultInt(Properties atts, String key1, String key2, String defValue)
-
-