Class Scheme
java.lang.Object
org.jboss.arquillian.graphene.spi.location.Scheme
- Direct Known Subclasses:
Scheme.FILE,Scheme.HTTP,Scheme.RESOURCE
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Scheme
public Scheme()
-