Package com.nirima.jenkins.webdav.impl

Examples of com.nirima.jenkins.webdav.impl.DavProperty


            if (eventType == XMLStreamConstants.START_ELEMENT) {
                String ns = xpp.getName().getNamespaceURI();
                String prop = xpp.getName().getLocalPart();

                s_logger.info("Asking for property " + ns + ", " + prop);
                properties.add(new DavProperty(ns, prop));
            }
        }
        return properties;
    }
View Full Code Here

TOP

Related Classes of com.nirima.jenkins.webdav.impl.DavProperty

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.