类 OriginImpl

    • 构造器详细资料

      • OriginImpl

        public OriginImpl​(String type,
                          String name)
    • 方法详细资料

      • getType

        public String getType()
        从接口复制的说明: Origin
        Retrieve the type of origin. This is not a discrete set, but might be something like file for file protocol URLs, or resource for classpath resource lookups.
        指定者:
        getType 在接口中 Origin
        返回:
        The origin type.
      • getName

        public String getName()
        从接口复制的说明: Origin
        The name of the document origin. Interpretation is relative to the type, but might be the resource name or file URL.
        指定者:
        getName 在接口中 Origin
        返回:
        The name.