Revision 2195 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
    public boolean remove(String resourceName);
94
    
95
    public boolean allowRemove();
92 96

  
93 97
    /**
94 98
     * Return the resource names in this store.
......
97 101
     * @return list of resource names or empty list.
98 102
     */
99 103
    public List<String> getResourceNames();
100

  
104
    
101 105
}

Also available in: Unified diff