Revision 2142 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.lib/src/main/java/org/gvsig/tools/resourcesstorage/ResourcesStorage.java

View differences:

ResourcesStorage.java
89 89
    public boolean isReadOnly();
90 90
    
91 91
    public boolean exists(String resourceName);
92

  
93
    /**
94
     * Return the resource names in this store.
95
     * If the storage don't have resources, return a empty list.
96
     * 
97
     * @return list of resource names or empty list.
98
     */
99
    public List<String> getResourceNames();
100

  
92 101
}

Also available in: Unified diff