Package io.cucumber.core.feature
Class GluePath
- java.lang.Object
-
- io.cucumber.core.feature.GluePath
-
public class GluePath extends Object
The glue path is a class path URI to a package.The glue path can be written as either a package name:
com.example.app, a pathcom/example/appor uriclasspath:com/example/app.On file system with a path separator other then `
/`com\example\appis also a valid glue path.It is recommended to always use the package name form.