Package org.brijframework.factories.impl
Interface FileFactory<K,T>
-
- All Superinterfaces:
org.brijframework.factories.Factory<K,T>,org.brijframework.factories.module.ModuleFactory<K,T>
public interface FileFactory<K,T> extends org.brijframework.factories.module.ModuleFactory<K,T>
-
-
Method Summary
Static Methods Modifier and Type Method Description static List<File>getResources(List<String> types)static booleanisIgnoreFile(File file)
-
-
-
Field Detail
-
MANIFEST_MF
static final String MANIFEST_MF
- See Also:
- Constant Field Values
-
POM_PROPERTIES
static final String POM_PROPERTIES
- See Also:
- Constant Field Values
-
POM_XML
static final String POM_XML
- See Also:
- Constant Field Values
-
META_INF
static final String META_INF
- See Also:
- Constant Field Values
-
All_INF
static final String All_INF
- See Also:
- Constant Field Values
-
COM_INF
static final String COM_INF
- See Also:
- Constant Field Values
-
-