Package org.opendaylight.aaa.web
Interface ResourceDetails
public interface ResourceDetails
Details about a resource registration.
- Author:
- Thomas Pantelis
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classBuilds instances of typeResourceDetails. -
Method Summary
-
Method Details
-
name
@NonNull String name()Get resource base name.The base name of the resources that will be registered, typically a directory in the bundle/jar where "/" is used to denote the root.
- Returns:
Stringbase name
-
alias
@NonNull String alias()Get resource mapped alias.The name in the URI namespace to which the resources are mapped. This defaults to the
name().- Returns:
Stringmapped alias
-
builder
Create builder forResourceDetails.- Returns:
ResourceDetails.Builderbuilder instance
-