public class RepoRI
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
WLRI_REGEX |
static java.lang.String |
WLRI_SCHEME |
| Constructor and Description |
|---|
RepoRI(java.lang.String uriStr)
Create a
WebLabRI with tests. |
| Modifier and Type | Method and Description |
|---|---|
void |
addFragment(java.lang.String fragmentToAdd)
Complete a
WebLabRI fragment with a String |
java.lang.String |
getFragment() |
java.lang.String |
getIdReference() |
java.lang.String |
getIdResource() |
java.lang.String |
toString() |
public static final java.lang.String WLRI_REGEX
public static final java.lang.String WLRI_SCHEME
public RepoRI(java.lang.String uriStr)
throws org.ow2.weblab.core.extended.exception.WebLabCheckedException
WebLabRI with tests.uriStr - a string representation of the WebLabRIorg.ow2.weblab.core.extended.exception.WebLabCheckedExceptionpublic void addFragment(java.lang.String fragmentToAdd)
WebLabRI fragment with a StringfragmentToAdd - Added to the WebLabRI fragmentpublic java.lang.String getIdReference()
idReferencepublic java.lang.String getIdResource()
idReferencepublic java.lang.String getFragment()
fragmentpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2004-2012. All Rights Reserved.