Subversion Repositories XServices

Rev

Rev 10 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 50
Line 55... Line 55...
55
    /**
55
    /**
56
     * URI within the archive.
56
     * URI within the archive.
57
     *
57
     *
58
     * This is usually a filename or a path/filename combination. Relative paths
58
     * This is usually a filename or a path/filename combination. Relative paths
59
     * are based from the archive root. It depends on how the archive has been
59
     * are based from the archive root. It depends on how the archive has been
60
     * created wether or not it is possible to use relative paths, absolute
60
     * created whether or not it is possible to use relative paths, absolute
61
     * paths are required otherwise. Uses "/" as separator.
61
     * paths are required otherwise. Uses "/" as separator.
62
     */
62
     */
63
    @XmlElement(nillable = false, required = true)
63
    @XmlElement(nillable = false, required = true)
64
    public String uri;
64
    public String uri;