Package org.apache.jackrabbit.vault.fs

Examples of org.apache.jackrabbit.vault.fs.SerializerArtifact


     * @return the added artifact
     */
    public SerializerArtifact add(Artifact parent, String name, String ext,
                                  ArtifactType type, Serializer ser,
                                  long lastModified) {
        SerializerArtifact a = new SerializerArtifact(parent, name, ext, type, ser, lastModified);
        add(a);
        return a;
    }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.vault.fs.SerializerArtifact

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.