public abstract static class GeneratorFactory.AbstractXmlFeatureGeneratorFactory extends Object
Constructor and Description |
---|
AbstractXmlFeatureGeneratorFactory() |
Modifier and Type | Method and Description |
---|---|
abstract AdaptiveFeatureGenerator |
create() |
Map<String,ArtifactSerializer<?>> |
getArtifactSerializerMapping() |
boolean |
getBool(String name) |
boolean |
getBool(String name,
boolean defValue) |
double |
getDouble(String name) |
double |
getDouble(String name,
double defValue) |
float |
getFloat(String name) |
float |
getFloat(String name,
float defValue) |
int |
getInt(String name) |
int |
getInt(String name,
int defValue) |
long |
getLong(String name) |
long |
getLong(String name,
long defValue) |
String |
getStr(String name) |
String |
getStr(String name,
String defValue) |
public Map<String,ArtifactSerializer<?>> getArtifactSerializerMapping() throws InvalidFormatException
InvalidFormatException
public int getInt(String name) throws InvalidFormatException
InvalidFormatException
public int getInt(String name, int defValue) throws InvalidFormatException
InvalidFormatException
public long getLong(String name) throws InvalidFormatException
InvalidFormatException
public long getLong(String name, long defValue) throws InvalidFormatException
InvalidFormatException
public float getFloat(String name) throws InvalidFormatException
InvalidFormatException
public float getFloat(String name, float defValue) throws InvalidFormatException
InvalidFormatException
public double getDouble(String name) throws InvalidFormatException
InvalidFormatException
public double getDouble(String name, double defValue) throws InvalidFormatException
InvalidFormatException
public String getStr(String name) throws InvalidFormatException
InvalidFormatException
public String getStr(String name, String defValue) throws InvalidFormatException
InvalidFormatException
public boolean getBool(String name) throws InvalidFormatException
InvalidFormatException
public boolean getBool(String name, boolean defValue) throws InvalidFormatException
InvalidFormatException
public abstract AdaptiveFeatureGenerator create() throws InvalidFormatException
resourceManager
to instantiateInvalidFormatException
Copyright © 2020 The Apache Software Foundation. All rights reserved.