Package net.fortuna.ical4j.model
Class AbstractContentBuilder
- java.lang.Object
-
- net.fortuna.ical4j.model.AbstractContentBuilder
-
- Direct Known Subclasses:
ComponentBuilder
,ParameterBuilder
,PropertyBuilder
public abstract class AbstractContentBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractContentBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
allowIllegalNames()
protected boolean
isExperimentalName(String name)
-
-
-
Method Detail
-
isExperimentalName
protected boolean isExperimentalName(String name)
- Parameters:
name
-- Returns:
-
allowIllegalNames
protected boolean allowIllegalNames()
- Returns:
- true if non-standard names are allowed, otherwise false
-
-