Class UpdateApplicationProfileCatalogueResolver
- java.lang.Object
-
- org.gcube.datatransfer.resolver.catalogue.resource.UpdateApplicationProfileCatalogueResolver
-
public class UpdateApplicationProfileCatalogueResolver extends Object
The Class UpdateApplicationProfileCatalogueResolver.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Feb 28, 2017
-
-
Constructor Summary
Constructors Constructor Description UpdateApplicationProfileCatalogueResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanvalidateEndPoint(String scopeToInstanceResolver, String VRE, String fullScope)Validate end point.
-
-
-
Method Detail
-
validateEndPoint
public static boolean validateEndPoint(String scopeToInstanceResolver, String VRE, String fullScope) throws ApplicationProfileNotFoundException
Validate end point. If the EndPoint VRE-FULLNAME does not exist it will be added to Application Profile:ApplicationProfileReaderForCatalogueResolver.RESOURCE_NAME- Parameters:
scopeToInstanceResolver- the scope to instance resolverVRE- the vrefullScope- the full scope- Returns:
- true, if Application Profile has been updated. No otherwise
- Throws:
ApplicationProfileNotFoundException- the application profile not found exception
-
-