Skip navigation links
org.identityconnectors.flatfile.extension
Class ParserConfig
java.lang.Object
org.identityconnectors.flatfile.extension.ParserConfig
-
public class ParserConfig
- extends java.lang.Object
Wrapper class which contains various miscellaneous configurations which are available to the parser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserConfig
public ParserConfig(java.util.Map<java.lang.String,java.lang.Object> configMap,
java.lang.String[] attributesToGet,
FlatFileFilter filter,
FlatFileSchema schema)
getConfigMap
public java.util.Map<java.lang.String,java.lang.Object> getConfigMap()
- Gets the map of configuration properties from the main configuration lookup and the scheduled job
-
- Returns:
- the configMap
setConfigMap
public void setConfigMap(java.util.Map<java.lang.String,java.lang.Object> configMap)
-
- Parameters:
configMap
- the configMap to set
getAttributesToGet
public java.lang.String[] getAttributesToGet()
- Gets the string array of names of the fields to be fetched from the flat file
-
- Returns:
- the attributesToGet
setAttributesToGet
public void setAttributesToGet(java.lang.String[] attributesToGet)
-
- Parameters:
attributesToGet
- the attributesToGet to set
getFilter
public FlatFileFilter getFilter()
- Gets a simple filter mentioned in the scheduled job wrapped as a
FlatFileFilter
object
-
- Returns:
- the filter
setFilter
public void setFilter(FlatFileFilter filter)
-
- Parameters:
filter
- the filter to set
getSchema
public FlatFileSchema getSchema()
- Gets the flat file schema from the schema file, represented by the
FlatFileSchema
object
-
- Returns:
- the schema
setSchema
public void setSchema(FlatFileSchema schema)
-
- Parameters:
schema
- the schema to set
Skip navigation links
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.