java.lang.Object
org.jboss.arquillian.graphene.spi.location.Scheme
Direct Known Subclasses:
Scheme.FILE, Scheme.HTTP, Scheme.RESOURCE

public class Scheme extends Object
URI scheme for Location annotation to specify the type of location to navigate to. Extend this class and implement your own scheme type, in case you want to add your own scheme. Implement location decider which will decide that particular scheme as well.
Author:
Stefan Miklosovic
See Also:
  • Constructor Details

    • Scheme

      public Scheme()