Class ResourcePath

java.lang.Object
org.eclipse.dirigible.engine.api.resource.ResourcePath

public class ResourcePath
extends Object
The Resource Path.
  • Constructor Details

    • ResourcePath

      public ResourcePath()
      Instantiates a new resource path.
    • ResourcePath

      public ResourcePath​(String module, String path)
      Instantiates a new resource path.
      Parameters:
      module - the module
      path - the path
  • Method Details

    • getModule

      public String getModule()
      Gets the module.
      Returns:
      the module
    • setModule

      public void setModule​(String module)
      Sets the module.
      Parameters:
      module - the new module
    • getPath

      public String getPath()
      Gets the path.
      Returns:
      the path
    • setPath

      public void setPath​(String path)
      Sets the path.
      Parameters:
      path - the new path