Class Depth
java.lang.Object
org.exoplatform.services.jcr.webdav.Depth
Created by The eXo Platform SAS .
- Version:
- $Id: $
- Author:
- Gennady Azarenkov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringString constant for depth "infinity" value.static final intInteger constant for depth "infinity" value. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns depth integer value.Returns depth String value.
-
Field Details
-
INFINITY_NAME
String constant for depth "infinity" value.- See Also:
-
INFINITY_VALUE
public static final int INFINITY_VALUEInteger constant for depth "infinity" value.- See Also:
-
-
Constructor Details
-
Depth
Creates a Depth object from the String.- Parameters:
strValue- depth string value- Throws:
PreconditionException- when some problems occurs.
-
-
Method Details
-
getIntValue
public int getIntValue()Returns depth integer value.- Returns:
- depth int value
-
getStringValue
Returns depth String value.- Returns:
- depth String value
-