| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldSource.EmptyAction | |
|---|---|
| net.sf.jmatchparser.util.csv.fieldreader | This package contains the FieldReaderclass and
 classes that are used by it. | 
| Uses of FieldSource.EmptyAction in net.sf.jmatchparser.util.csv.fieldreader | 
|---|
| Methods in net.sf.jmatchparser.util.csv.fieldreader that return FieldSource.EmptyAction | |
|---|---|
| static FieldSource.EmptyAction | FieldSource.EmptyAction.valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static FieldSource.EmptyAction[] | FieldSource.EmptyAction.values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods in net.sf.jmatchparser.util.csv.fieldreader with parameters of type FieldSource.EmptyAction | |
|---|---|
|  void | EnumFieldReader.computeFieldSourcesFromIndex(FieldSource.EmptyAction emptyAction)Compute the field sources from the index of the enum value inside the declaration. | 
|  void | FieldReader.computeFieldSourcesFromIndex(FieldSource.EmptyAction emptyAction,
                             K[] fields)Compute the field sources automatically from the index of the key inside the given array. | 
|  void | FieldReader.computeFieldSourcesFromName(FieldSource.EmptyAction emptyAction)Compute the field sources automatically from the names (see Object.toString()) of all fields
 
 To be used when header parsing is enabled. | 
|  void | FieldReader.computeFieldSourcesFromName(FieldSource.EmptyAction emptyAction,
                            Collection<K> fields)Compute the field sources automatically from the names (see Object.toString()) of the given fields
 
 To be used when header parsing is enabled. | 
| static FieldSource | FieldSource.parse(String columns,
      FieldSource.EmptyAction emptyAction,
      String mask,
      String mappings)Parse a field source from several parameters. | 
| static FieldSource | FieldSource.withChecks(FieldSource source,
           FieldSource.EmptyAction emptyAction,
           Pattern mask)Create a field source that performs checks on the output of another field source and returns the result verbatim. | 
| static FieldSource | FieldSource.withChecks(FieldSource source,
           FieldSource.EmptyAction emptyAction,
           String mask)Create a field source that performs checks on the output of another field source and returns the result verbatim. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||