public class KeepLeftMostLongest extends AnnotationManagerOperation implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<AnnotationProcessed> |
annotationProcessed |
java.lang.String |
annotations |
static boolean |
DEFAULT_INTER_TAGS |
boolean |
interTags |
Constructor and Description |
---|
KeepLeftMostLongest() |
KeepLeftMostLongest(KeepLeftMostLongest o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this KeepLeftMostLongest.
|
static KeepLeftMostLongest |
fromString(java.lang.String s)
String representation of this KeepLeftMostLongest.
|
java.util.List<AnnotationProcessed> |
getAnnotationProcessed()
Alternative way to specify the list of annotations to process
|
java.lang.String |
getAnnotations()
List of comma-separated annotations to process
|
boolean |
isInterTags()
Keep the leftmost-longest among all the tags.
|
KeepLeftMostLongest |
makeCopy()
Creates and returns a deep copy of this KeepLeftMostLongest.
|
static KeepLeftMostLongest |
readFrom(java.io.InputStream is)
Read this KeepLeftMostLongest from an XML fragment.
|
void |
setAnnotations(java.lang.String annotations)
List of comma-separated annotations to process
|
void |
setInterTags(boolean interTags)
Keep the leftmost-longest among all the tags.
|
java.lang.String |
toString()
String representation of this KeepLeftMostLongest.
|
KeepLeftMostLongest |
withAnnotationProcessed(AnnotationProcessed... __values)
Alternative way to specify the list of annotations to process
|
KeepLeftMostLongest |
withAnnotationProcessed(java.util.Collection<AnnotationProcessed> __values) |
KeepLeftMostLongest |
withAnnotations(java.lang.String annotations) |
KeepLeftMostLongest |
withInterTags(boolean interTags) |
KeepLeftMostLongest |
withInterTags(java.lang.Boolean interTags) |
void |
writeTo(java.io.OutputStream os)
Write this KeepLeftMostLongest as an XML fragment
|
public java.lang.String annotations
public boolean interTags
public static final boolean DEFAULT_INTER_TAGS
public java.util.List<AnnotationProcessed> annotationProcessed
public KeepLeftMostLongest()
public KeepLeftMostLongest(KeepLeftMostLongest o)
public void setAnnotations(java.lang.String annotations)
public java.lang.String getAnnotations()
public KeepLeftMostLongest withAnnotations(java.lang.String annotations)
public void setInterTags(boolean interTags)
public boolean isInterTags()
public KeepLeftMostLongest withInterTags(boolean interTags)
public KeepLeftMostLongest withInterTags(java.lang.Boolean interTags)
public java.util.List<AnnotationProcessed> getAnnotationProcessed()
public KeepLeftMostLongest withAnnotationProcessed(AnnotationProcessed... __values)
public KeepLeftMostLongest withAnnotationProcessed(java.util.Collection<AnnotationProcessed> __values)
public KeepLeftMostLongest makeCopy()
makeCopy
in class AnnotationManagerOperation
public static KeepLeftMostLongest readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class AnnotationManagerOperation
javax.xml.bind.JAXBException
java.io.IOException
public static KeepLeftMostLongest fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class AnnotationManagerOperation
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class AnnotationManagerOperation
com.exalead.util.TypedException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.