public class ContainmentName
extends java.lang.Object
The Content Engine disallows certain characters in containment names.
This constant is a String
consisting of one each of those characters.
The value of this constant is:
\ / : * ? " < > |
Use this constant to validate an explicit containment name before supplying
the name to various methods (such as file
and set_ContainmentName
).
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INVALID_CHARACTERS
Specifies the following illegal containment name characters:
|
Constructor and Description |
---|
ContainmentName() |
public static final java.lang.String INVALID_CHARACTERS
\ / : * ? " < > |
© Copyright IBM Corporation 2006, 2015. All rights reserved.