org.ops4j.pax.exam.options
Class RawUrlReference
java.lang.Object
org.ops4j.pax.exam.options.RawUrlReference
- All Implemented Interfaces:
- UrlReference
public class RawUrlReference
- extends Object
- implements UrlReference
Option specifying an url.
- Since:
- 0.5.0, April 26, 2009
- Author:
- Alin Dreghiciu (adreghiciu@gmail.com)
RawUrlReference
public RawUrlReference(String url)
- Constructor.
- Parameters:
url - provision url (cannot be null or empty)
- Throws:
IllegalArgumentException - - If url is null or empty
getURL
public String getURL()
- Getter.
- Specified by:
getURL in interface UrlReference
- Returns:
- url (cannot be null)
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.