public class SchemaLocationResolver
extends java.lang.Object
| Constructor and Description | 
|---|
SchemaLocationResolver()  | 
SchemaLocationResolver(java.lang.String myNameSpaceAndLocation)
Construct an instance of the SchemaLocationResolver class 
 | 
SchemaLocationResolver(java.lang.String myNameSpace,
                      java.lang.String myLocation)
Construct an instance of the SchemaLocationResolver class 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
getDownloadNewSchema()
Gets the downloadNewSchema's value. 
 | 
void | 
resolveNameSpace()
When got a name space, check if it is in the database, if it is do nothing
 else upload it to metacat to store it and register it in catalog table 
 | 
public SchemaLocationResolver()
public SchemaLocationResolver(java.lang.String myNameSpaceAndLocation)
myNameSpaceAndLocation - it is come from xsi:schemaLocation=
         "namespace location"public SchemaLocationResolver(java.lang.String myNameSpace,
                              java.lang.String myLocation)
myNameSpaceAndLocation - it is come from xsi:schemaLocation=
         "namespace location"public void resolveNameSpace()
public boolean getDownloadNewSchema()
Copyright © 2020 Regents of the University of California. All Rights Reserved.