Class PutLibraryCondition
- java.lang.Object
-
- org.eclipse.steady.backend.requests.PutLibraryCondition
-
- All Implemented Interfaces:
Serializable,ResponseCondition
public class PutLibraryCondition extends Object implements ResponseCondition
PutLibraryCondition class.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PutLibraryCondition(Library _l)Constructor for PutLibraryCondition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmeetsCondition(HttpResponse _response)Returns true of theHttpResponsemeets the condition, false otherwise.StringtoString()toString.
-
-
-
Method Detail
-
meetsCondition
public boolean meetsCondition(HttpResponse _response)
Returns true of theHttpResponsemeets the condition, false otherwise.- Specified by:
meetsConditionin interfaceResponseCondition- Parameters:
_response- aHttpResponseobject.- Returns:
- a boolean.
-
-