Class ApplicationProfileReaderForCatalogueResolver
- java.lang.Object
-
- org.gcube.datatransfer.resolver.catalogue.resource.ApplicationProfileReaderForCatalogueResolver
-
public class ApplicationProfileReaderForCatalogueResolver extends Object
The Class ApplicationProfileReaderForCatalogueResolver.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Dec 20, 2016
-
-
Field Summary
Fields Modifier and Type Field Description static StringBODYstatic StringEND_POINTstatic StringRESOURCE_NAMEprotected static StringRESOURCE_PROFILE_BODY_END_POINT_SCOPE_TEXTprotected static StringRESOURCE_PROFILE_BODY_END_POINT_VRE_NAME_TEXTprotected static StringRESOURCE_PROFILE_DESCRIPTION_TEXTprotected static StringRESOURCE_PROFILE_NAME_TEXTstatic StringSCOPEstatic StringSECONDARY_TYPEstatic StringVRE_NAME
-
Constructor Summary
Constructors Constructor Description ApplicationProfileReaderForCatalogueResolver(String scope, boolean useRootScope)Instantiates a new application profile reader for catalogue resolver.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentgetDocument()Gets the document.Map<String,String>getHashVreNameScope()Gets the hash vre name scope.ElementgetRootDocument()Gets the root document.StringtoString()
-
-
-
Field Detail
-
VRE_NAME
public static final String VRE_NAME
- See Also:
- Constant Field Values
-
SCOPE
public static final String SCOPE
- See Also:
- Constant Field Values
-
END_POINT
public static final String END_POINT
- See Also:
- Constant Field Values
-
BODY
public static final String BODY
- See Also:
- Constant Field Values
-
SECONDARY_TYPE
public static final String SECONDARY_TYPE
- See Also:
- Constant Field Values
-
RESOURCE_NAME
public static final String RESOURCE_NAME
- See Also:
- Constant Field Values
-
RESOURCE_PROFILE_NAME_TEXT
protected static final String RESOURCE_PROFILE_NAME_TEXT
- See Also:
- Constant Field Values
-
RESOURCE_PROFILE_DESCRIPTION_TEXT
protected static final String RESOURCE_PROFILE_DESCRIPTION_TEXT
- See Also:
- Constant Field Values
-
RESOURCE_PROFILE_BODY_END_POINT_SCOPE_TEXT
protected static final String RESOURCE_PROFILE_BODY_END_POINT_SCOPE_TEXT
- See Also:
- Constant Field Values
-
RESOURCE_PROFILE_BODY_END_POINT_VRE_NAME_TEXT
protected static final String RESOURCE_PROFILE_BODY_END_POINT_VRE_NAME_TEXT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ApplicationProfileReaderForCatalogueResolver
public ApplicationProfileReaderForCatalogueResolver(String scope, boolean useRootScope)
Instantiates a new application profile reader for catalogue resolver.- Parameters:
scope- the scopeuseRootScope- the use root scope
-
-
Method Detail
-
getRootDocument
public Element getRootDocument()
Gets the root document.- Returns:
- the rootDocument
-
getDocument
public Document getDocument()
Gets the document.- Returns:
- the document
-
getHashVreNameScope
public Map<String,String> getHashVreNameScope()
Gets the hash vre name scope.- Returns:
- the hashVreNameScope
-
-