Class RESTOperationName
java.lang.Object
org.palladiosimulator.retriever.extraction.commonalities.RESTOperationName
- All Implemented Interfaces:
Name,OperationName
-
Constructor Summary
ConstructorsConstructorDescriptionRESTOperationName(String host, String path, Set<HTTPMethod> httpMethods) RESTOperationName(String host, String path, HTTPMethod... httpMethods) -
Method Summary
Modifier and TypeMethodDescriptioncreateName(String name) booleanforInterface(String baseInterface) getCommonInterface(Name other) inthashCode()booleanstatic Optional<RESTOperationName>toString()
-
Constructor Details
-
RESTOperationName
public RESTOperationName(String host, String path, Set<HTTPMethod> httpMethods) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
RESTOperationName
public RESTOperationName(String host, String path, HTTPMethod... httpMethods) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
-
Method Details
-
getInterface
- Specified by:
getInterfacein interfaceOperationName
-
forInterface
- Specified by:
forInterfacein interfaceOperationName
-
getInterfaces
- Specified by:
getInterfacesin interfaceName
-
createName
- Specified by:
createNamein interfaceName
-
toString
-
hashCode
public int hashCode() -
equals
-
getCommonInterface
- Specified by:
getCommonInterfacein interfaceName
-
isPartOf
-
parse
-