Class Wps20ResourceFactoryImpl

Object
ResourceFactoryImpl
Wps20ResourceFactoryImpl
All Implemented Interfaces:
Resource.Factory

public class Wps20ResourceFactoryImpl extends ResourceFactoryImpl
The Resource Factory associated with the package.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface Resource.Factory

    Resource.Factory.Descriptor, Resource.Factory.Registry
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of the resource factory.
  • Method Summary

    Modifier and Type
    Method
    Description
    Resource
    createResource(URI uri)
    Creates an instance of the resource.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Wps20ResourceFactoryImpl

      public Wps20ResourceFactoryImpl()
      Creates an instance of the resource factory.
  • Method Details

    • createResource

      public Resource createResource(URI uri)
      Creates an instance of the resource.
      Specified by:
      createResource in interface Resource.Factory
      Overrides:
      createResource in class ResourceFactoryImpl