Package com.xmlmind.w2x.docx.toxhtml
Class Product
- java.lang.Object
-
- com.xmlmind.w2x.docx.toxhtml.Product
-
public final class Product extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetFullName()Returns a different product full name depending on whetherw2x-pro.jarorw2x-eval.jaris found in theCLASSPATH.static booleanisMangled()Returns a different value depending on whetherw2x-pro.jarorw2x-eval.jaris found in theCLASSPATH.
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
EDITION
public static final String EDITION
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
LONG_NAME
public static final String LONG_NAME
- See Also:
- Constant Field Values
-
FULL_NAME
public static final String FULL_NAME
- See Also:
- Constant Field Values
-
BUILD_YEAR
public static final int BUILD_YEAR
- See Also:
- Constant Field Values
-
IS_MANGLED
public static final boolean IS_MANGLED
-
-
Method Detail
-
getFullName
public static String getFullName()
Returns a different product full name depending on whetherw2x-pro.jarorw2x-eval.jaris found in theCLASSPATH.
-
isMangled
public static boolean isMangled()
Returns a different value depending on whetherw2x-pro.jarorw2x-eval.jaris found in theCLASSPATH.
-
-