Package com.day.cq.contentsync.config
Interface ConfigEntry
-
public interface ConfigEntryTheConfigEntryinterface provides access to single entries of a content sync configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContentPath()longgetOrder()java.lang.StringgetPath()java.lang.StringgetType()java.lang.StringgetValue(java.lang.String key)java.lang.String[]getValues(java.lang.String key)
-