the extension short name. This name is without any prefix or suffix
getDecoratedShortName
protected static final java.lang.String getDecoratedShortName(java.lang.String strShortName)
Parameters:
strShortName - shortname to be decorated
This name is constructed as concatenation PREFIX+strShortName+SUFFIX
Returns:
the decorated name constructed from supplied parameter
getDecoratedShortName
public final java.lang.String getDecoratedShortName()
Returns:
the extension name to be used as a prefix to avoid collisions.
This is a convience method that returns a decorated name constructed from getShortName() i.e.
getDecortatedShortName(getShortName())
the AuthoringMode which is NONE, VERTICAL or HORIZONTAL
startsWithDecoratedShortName
public boolean startsWithDecoratedShortName(java.lang.String name)
Returns true if the specified name starts with decorated short name (as returned by the getDecoratedShortName API).
returns true if the name starts with PREFIX "__", followed by 1-5 alphanumeric characters, followed by SUFFIX "__"