Package com.day.cq.contentsync.config
Interface ConfigEntry
-
public interface ConfigEntry
TheConfigEntry
interface 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.String
getContentPath()
long
getOrder()
java.lang.String
getPath()
java.lang.String
getType()
java.lang.String
getValue(java.lang.String key)
java.lang.String[]
getValues(java.lang.String key)
-