]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.spring/src/org/argeo/slc/core/deploy/ResourceSet.java
Clarify SLC project structure.
[gpl/argeo-slc.git] / org.argeo.slc.spring / src / org / argeo / slc / core / deploy / ResourceSet.java
diff --git a/org.argeo.slc.spring/src/org/argeo/slc/core/deploy/ResourceSet.java b/org.argeo.slc.spring/src/org/argeo/slc/core/deploy/ResourceSet.java
deleted file mode 100644 (file)
index 6d670e0..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package org.argeo.slc.core.deploy;
-
-import java.util.Map;
-
-import org.springframework.core.io.Resource;
-
-public interface ResourceSet {
-       /**
-        * List the resources, identified by their relative path. Relative paths
-        * must NOT start with a '/'.
-        */
-       public Map<String, Resource> listResources();
-}