Revision 44443 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.spi/src/main/java/org/gvsig/fmap/dal/feature/spi/FeatureStoreProvider.java

View differences:

FeatureStoreProvider.java
256 256
        public FeatureStore getFeatureStore();
257 257
        
258 258
        public DataStoreParameters getParameters();
259
        
260
        /**
261
         * Indicates if the storage is temporary.
262
         * There is no guarantee that a temporary store can be recovered from 
263
         * its parameters. In general these will not be persistent.
264
         * 
265
         * @return true if the store is temporary, otherwise false.
266
         */
267
        public boolean isTemporary();        
259 268
}

Also available in: Unified diff