Class ApplicationProfilePropertyReader
- java.lang.Object
-
- org.gcube.datatransfer.resolver.gis.property.ApplicationProfilePropertyReader
-
public class ApplicationProfilePropertyReader extends Object
The Class ApplicationProfilePropertyReader.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Read the properties APP_ID and SECONDARY_TYPE from property file Nov 6, 2018
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringAPP_IDprotected static StringSECONDARY_TYPE
-
Constructor Summary
Constructors Constructor Description ApplicationProfilePropertyReader(InputStream in)Instantiates a new application profile property reader.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppId()Gets the app id.StringgetGenericResource()Gets the generic resource.
-
-
-
Field Detail
-
SECONDARY_TYPE
protected static final String SECONDARY_TYPE
- See Also:
- Constant Field Values
-
APP_ID
protected static final String APP_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ApplicationProfilePropertyReader
public ApplicationProfilePropertyReader(InputStream in) throws PropertyFileNotFoundException
Instantiates a new application profile property reader.- Parameters:
in- the in- Throws:
PropertyFileNotFoundException- the property file not found exception
-
-