|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectproject.biota.util.BiotaUtils
BiotaUtils provides static utilities for this provider.
Method Summary | |
static Set |
getAllResources()
Gets all the resources available in this provider. |
static String |
getDiGIRSchemaLocation()
Gets the location of the DiGIR schema. |
static Namespace |
getDiGIRSchemaNamespace()
Gets the JDOM Namespace for the DiGIR schema. |
static String |
getDiGIRSchemaURI()
Gets the URI of the DiGIR schema. |
static int |
getKeywordType(String word)
Returns the type of the DiGIR keyword. |
static String |
getKeywordValue(String word)
Returns the value associated with the DiGIR keyword string. |
static Element |
getProviderMetadata()
Returns a JDOM element that holds this provider's metadata. |
static String |
getProviderVersion()
Gets the software version of this provider. |
static ResourceObject |
getResourceObject(String rscName)
Gets the ResourceObject object for the resource specified by rscName. |
static Namespace |
getSchemaInstanceNamespace()
Gets the JDOM Namespace for the XML schema instance. |
static void |
initializeResources(ServletContext context)
Intializes this provider. |
static boolean |
isSQLKeyword(String word)
Checks whether a string is an SQL keyword. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void initializeResources(ServletContext context)
context
- the ServletContext object for the application's servletpublic static boolean isSQLKeyword(String word)
word
- the string to check whether it is an SQL keyword
public static Set getAllResources()
public static ResourceObject getResourceObject(String rscName)
rscName
- the name of the resource
public static Element getProviderMetadata()
public static String getKeywordValue(String word)
word
- the DiGIR keyword string
Keyword.getValue()
public static int getKeywordType(String word)
word
- the DiGIR keyword string
Keyword.getKeyType()
public static String getProviderVersion()
public static Namespace getSchemaInstanceNamespace()
public static Namespace getDiGIRSchemaNamespace()
public static String getDiGIRSchemaURI()
public static String getDiGIRSchemaLocation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |