Package thredds.featurecollection
Class FeatureCollectionConfig.UpdateConfig
- java.lang.Object
-
- thredds.featurecollection.FeatureCollectionConfig.UpdateConfig
-
- Enclosing class:
- FeatureCollectionConfig
public static class FeatureCollectionConfig.UpdateConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
deleteAfter
String
recheckAfter
String
rescan
CollectionUpdateType
startupType
boolean
triggerOk
CollectionUpdateType
updateType
boolean
userDefined
-
Constructor Summary
Constructors Constructor Description UpdateConfig()
UpdateConfig(String startupS, String rewriteS, String recheckAfter, String rescan, String triggerS, String deleteAfter)
-
-
-
Field Detail
-
recheckAfter
public String recheckAfter
-
rescan
public String rescan
-
triggerOk
public boolean triggerOk
-
userDefined
public boolean userDefined
-
startupType
public CollectionUpdateType startupType
-
updateType
public CollectionUpdateType updateType
-
deleteAfter
public String deleteAfter
-
-