Class ResourceInfo
java.lang.Object
org.apache.felix.http.base.internal.runtime.AbstractInfo<T>
org.apache.felix.http.base.internal.runtime.WhiteboardServiceInfo<Object>
org.apache.felix.http.base.internal.runtime.ResourceInfo
- All Implemented Interfaces:
Comparable<AbstractInfo<Object>>
Info object for a resource registration
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.felix.http.base.internal.runtime.WhiteboardServiceInfo
getContextSelection, getContextSelectionFilterMethods inherited from class org.apache.felix.http.base.internal.runtime.AbstractInfo
compareTo, equals, getBooleanProperty, getInitParams, getRanking, getService, getServiceId, getServiceReference, getStringArrayProperty, getStringProperty, getTarget, hashCode, isEmpty, isEmpty, ungetService
-
Constructor Details
-
ResourceInfo
-
-
Method Details
-
isValid
public boolean isValid()- Overrides:
isValidin classWhiteboardServiceInfo<Object>
-
getPrefix
-
getPatterns
-
getServletInfo
-
getType
Description copied from class:AbstractInfoGet the type represented by this info- Specified by:
getTypein classAbstractInfo<Object>- Returns:
- The type
-
isSame
Description copied from class:AbstractInfoCompare two info objects- Overrides:
isSamein classWhiteboardServiceInfo<Object>- Parameters:
other- The other info object- Returns:
trueif the objects are the same
-