Class BookKeeperConfig
java.lang.Object
org.apache.sling.distribution.journal.bookkeeper.BookKeeperConfig
public class BookKeeperConfig extends Object
-
Constructor Summary
Constructors Constructor Description BookKeeperConfig(String subAgentName, String subSlingId, boolean editable, int maxRetries, PackageHandling packageHandling, String packageNodeName) -
Method Summary
Modifier and Type Method Description intgetMaxRetries()PackageHandlinggetPackageHandling()StringgetPackageNodeName()StringgetSubAgentName()StringgetSubSlingId()booleanisEditable()StringtoString()
-
Constructor Details
-
BookKeeperConfig
public BookKeeperConfig(String subAgentName, String subSlingId, boolean editable, int maxRetries, PackageHandling packageHandling, String packageNodeName)
-
-
Method Details
-
getSubAgentName
-
getSubSlingId
-
isEditable
public boolean isEditable() -
getMaxRetries
public int getMaxRetries() -
getPackageHandling
-
getPackageNodeName
-
toString
-