Package | Description |
---|---|
com.socrata.builders |
Helper objects to create and manipulate some of the objects defined in com.socrata.model.These are
not necassary for using the API, but can be useful.
|
com.socrata.model.importer |
The model objects (nouns) used by the import operations defined by SodaImporter.
|
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<ScanColumn,BlueprintColumn> |
BlueprintBuilder.CONVERT_BLUPRINT |
Modifier and Type | Method and Description |
---|---|
BlueprintBuilder |
BlueprintBuilder.addColumn(BlueprintColumn column) |
Modifier and Type | Method and Description |
---|---|
List<BlueprintColumn> |
Blueprint.getColumns()
List of the column information to use for importing.
|
Constructor and Description |
---|
Blueprint(String name,
String description,
int skip,
List<BlueprintColumn> columns)
Constructor.
|
Copyright © 2013. All Rights Reserved.