Package org.apache.webdav.lib.methods

Examples of org.apache.webdav.lib.methods.LabelMethod


                labeltype = LabelMethod.LABEL_ADD;
                break;
        }

        setClient();
        LabelMethod method = new LabelMethod(URIUtil.encodePath(path),
                                             labeltype, labelname);

        int statusCode = client.executeMethod(method);

        setStatusCode(statusCode);
View Full Code Here


                labeltype = LabelMethod.LABEL_ADD;
                break;
        }

        setClient();
        LabelMethod method = new LabelMethod(URIUtil.encodePath(path),
                                             labeltype, labelname);

        int statusCode = client.executeMethod(method);

        setStatusCode(statusCode);
View Full Code Here

TOP

Related Classes of org.apache.webdav.lib.methods.LabelMethod

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.