Package io.cucumber.core.resource
Class ClasspathSupport
- java.lang.Object
-
- io.cucumber.core.resource.ClasspathSupport
-
public final class ClasspathSupport extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASSPATH_SCHEMEstatic StringCLASSPATH_SCHEME_PREFIXstatic StringPACKAGE_SEPARATOR_STRINGstatic charRESOURCE_SEPARATOR_CHARstatic StringRESOURCE_SEPARATOR_STRING
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringclassPathScanningExplanation()static StringconfigurationExamples()static StringpackageName(URI classpathResourceUri)static StringpackageNameOfResource(String classpathResourceName)static StringresourceName(URI classpathResourceUri)static StringresourceNameOfPackageName(String packageName)static URIrootPackageUri()
-
-
-
Field Detail
-
CLASSPATH_SCHEME
public static final String CLASSPATH_SCHEME
- See Also:
- Constant Field Values
-
CLASSPATH_SCHEME_PREFIX
public static final String CLASSPATH_SCHEME_PREFIX
- See Also:
- Constant Field Values
-
RESOURCE_SEPARATOR_CHAR
public static final char RESOURCE_SEPARATOR_CHAR
- See Also:
- Constant Field Values
-
RESOURCE_SEPARATOR_STRING
public static final String RESOURCE_SEPARATOR_STRING
-
PACKAGE_SEPARATOR_STRING
public static final String PACKAGE_SEPARATOR_STRING
-
-