Package gw.lang.reflect.module
Interface IClassPath
-
- All Known Implementing Classes:
ClassPath
public interface IClassPath
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIClassPath.ClassPathFilter
-
Field Summary
Fields Modifier and Type Field Description static IClassPath.ClassPathFilterALLOW_ALL_FILTERstatic IClassPath.ClassPathFilterALLOW_ALL_WITH_SUN_FILTERstatic java.lang.StringCOM_SUN_CLASS_PREFIXstatic java.lang.StringGW_API_PREFIXstatic java.lang.StringGW_INTERNAL_PREFIXstatic IClassPath.ClassPathFilterONLY_API_CLASSESstatic java.lang.StringPLACEHOLDER_FOR_PACKAGEstatic java.lang.StringSUN_CLASS_PREFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.lang.String>getFilteredClassNames()java.util.ArrayList<IDirectory>getPaths()java.util.Set<TypeName>getTypeNames(java.lang.String namespace)
-
-
-
Field Detail
-
GW_API_PREFIX
static final java.lang.String GW_API_PREFIX
- See Also:
- Constant Field Values
-
GW_INTERNAL_PREFIX
static final java.lang.String GW_INTERNAL_PREFIX
- See Also:
- Constant Field Values
-
SUN_CLASS_PREFIX
static final java.lang.String SUN_CLASS_PREFIX
- See Also:
- Constant Field Values
-
COM_SUN_CLASS_PREFIX
static final java.lang.String COM_SUN_CLASS_PREFIX
- See Also:
- Constant Field Values
-
PLACEHOLDER_FOR_PACKAGE
static final java.lang.String PLACEHOLDER_FOR_PACKAGE
- See Also:
- Constant Field Values
-
ALLOW_ALL_FILTER
static final IClassPath.ClassPathFilter ALLOW_ALL_FILTER
-
ONLY_API_CLASSES
static final IClassPath.ClassPathFilter ONLY_API_CLASSES
-
ALLOW_ALL_WITH_SUN_FILTER
static final IClassPath.ClassPathFilter ALLOW_ALL_WITH_SUN_FILTER
-
-
Method Detail
-
getPaths
java.util.ArrayList<IDirectory> getPaths()
-
getFilteredClassNames
java.util.Set<java.lang.String> getFilteredClassNames()
-
getTypeNames
java.util.Set<TypeName> getTypeNames(java.lang.String namespace)
-
-