Package org.apache.tika.sax
Class StandardOrganizations
- java.lang.Object
-
- org.apache.tika.sax.StandardOrganizations
-
public class StandardOrganizations extends java.lang.Object
This class provides a collection of the most important technical standard organizations. The collection of standard organizations has been obtained from Wikipedia. Currently, the list is composed of the most important international standard organizations, the regional standard organizations (i.e., Africa, Americas, Asia Pacific, Europe, and Middle East), and British and American standard organizations among the national-based ones.
-
-
Constructor Summary
Constructors Constructor Description StandardOrganizations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>
getOrganizations()
Returns the map containing the collection of the most important technical standard organizations.static java.lang.String
getOrganzationsRegex()
Returns the regular expression containing the most important technical standard organizations.
-
-
-
Method Detail
-
getOrganizations
public static java.util.Map<java.lang.String,java.lang.String> getOrganizations()
Returns the map containing the collection of the most important technical standard organizations.- Returns:
- the map containing the collection of the most important technical standard organizations.
-
getOrganzationsRegex
public static java.lang.String getOrganzationsRegex()
Returns the regular expression containing the most important technical standard organizations.- Returns:
- the regular expression containing the most important technical standard organizations.
-
-