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 path com/example/app or uri classpath:com/example/app.

On file system with a path separator other then `/` com\example\app is also a valid glue path.

It is recommended to always use the package name form.

  • Method Details

    • parse

      public static URI parse(String gluePath)