Package net.handle.apps.batch
Class Handle
- java.lang.Object
 - 
- net.handle.apps.batch.Handle
 
 
- 
public class Handle extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description Handle(java.lang.String handle) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HandlefromString(java.lang.String handle)java.util.List<java.lang.String>getDotSeparatedComponentsOfSuffix()java.lang.StringgetPrefix()java.lang.StringgetSuffix()booleanisNa() 
 - 
 
- 
- 
Method Detail
- 
fromString
public static Handle fromString(java.lang.String handle)
 
- 
getPrefix
public java.lang.String getPrefix()
 
- 
getSuffix
public java.lang.String getSuffix()
 
- 
getDotSeparatedComponentsOfSuffix
public java.util.List<java.lang.String> getDotSeparatedComponentsOfSuffix()
 
- 
isNa
public boolean isNa()
 
 - 
 
 -