Revision 25482 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/DataServerExplorer.java

View differences:

DataServerExplorer.java
30 30

  
31 31
	/**
32 32
	 * Indicates whether this DataServerExplorer can create a new DataStore in the
33
	 * server.
33
	 * server, given the store name.
34 34
	 * 
35
	 * @param parameters
36
	 *            , an instance of DataStoreParameters.
35
	 * @param storeName
36
	 *            store name.
37 37
	 * 
38
	 * @return true if this DataServerExplorer can be created or false otherwise.
38
	 * @return 
39
	 * 		  true if this DataServerExplorer can create a new store or false otherwise.
40
	 * 
39 41
	 * @throws DataException
40 42
	 */
41 43
	public boolean canAdd(String storeName)
......
82 84
	 * Given the store's name, returns its parameters for creation.
83 85
	 * 
84 86
	 * @param storeName
87
	 * 
85 88
	 * @return
89
	 * 		parameters to create a store
90
	 * 
86 91
	 * @throws DataException
87 92
	 */
88 93
	public NewDataStoreParameters getAddParameters(String storeName)

Also available in: Unified diff