You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2006/06/19 21:51:22 UTC

svn commit: r415399 - in /xmlgraphics/commons/trunk: ./ src/java/org/apache/xmlgraphics/xmp/ src/java/org/apache/xmlgraphics/xmp/merge/ src/java/org/apache/xmlgraphics/xmp/schemas/ src/java/org/apache/xmlgraphics/xmp/schemas/pdf/

Author: jeremias
Date: Mon Jun 19 12:51:22 2006
New Revision: 415399

URL: http://svn.apache.org/viewvc?rev=415399&view=rev
Log:
Javadoc improvements for the XMP framework.

Added:
    xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/merge/package.html   (with props)
    xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/package.html   (with props)
    xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/package.html   (with props)
    xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/pdf/package.html   (with props)
Modified:
    xmlgraphics/commons/trunk/build.xml
    xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/pdf/PDFAAdapter.java

Modified: xmlgraphics/commons/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/build.xml?rev=415399&r1=415398&r2=415399&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/build.xml (original)
+++ xmlgraphics/commons/trunk/build.xml Mon Jun 19 12:51:22 2006
@@ -372,6 +372,10 @@
         <package name="org.apache.xmlgraphics.pdf"/>
         <package name="org.apache.xmlgraphics.pdf.*"/>
       </group>
+      <group title="XMP Metadata">
+        <package name="org.apache.xmlgraphics.xmp"/>
+        <package name="org.apache.xmlgraphics.xmp.*"/>
+      </group>
       <group title="Utility">
         <package name="org.apache.xmlgraphics.util"/>
         <package name="org.apache.xmlgraphics.util.*"/>

Added: xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/merge/package.html
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/merge/package.html?rev=415399&view=auto
==============================================================================
--- xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/merge/package.html (added)
+++ xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/merge/package.html Mon Jun 19 12:51:22 2006
@@ -0,0 +1,22 @@
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.xmlgraphics.commons.xmp.merge Package</TITLE>
+<BODY>
+<P>Classes for merging two XMP metadata documents.</P>
+</BODY>
+</HTML>
\ No newline at end of file

Propchange: xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/merge/package.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/package.html
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/package.html?rev=415399&view=auto
==============================================================================
--- xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/package.html (added)
+++ xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/package.html Mon Jun 19 12:51:22 2006
@@ -0,0 +1,24 @@
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.xmlgraphics.commons.xmp Package</TITLE>
+<BODY>
+<P>This package is an XMP metadata framework. For more information on 
+Adobe's XMP standard, visit: 
+<A HREF="http://www.adobe.com/products/xmp/index.html">Adobe's XMP website</A></P>
+</BODY>
+</HTML>
\ No newline at end of file

Propchange: xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/package.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/package.html
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/package.html?rev=415399&view=auto
==============================================================================
--- xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/package.html (added)
+++ xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/package.html Mon Jun 19 12:51:22 2006
@@ -0,0 +1,25 @@
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.xmlgraphics.commons.xmp.schemas Package</TITLE>
+<BODY>
+<P>Schema and schema adapter classes for accessing XMP metadata. The 
+schema classes provide information about a particular XMP schema. 
+The adapter classes are wrappers around a Metadata object and 
+provide easy Java read and write access to XMP metadata.</P>
+</BODY>
+</HTML>
\ No newline at end of file

Propchange: xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/package.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/pdf/PDFAAdapter.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/pdf/PDFAAdapter.java?rev=415399&r1=415398&r2=415399&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/pdf/PDFAAdapter.java (original)
+++ xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/pdf/PDFAAdapter.java Mon Jun 19 12:51:22 2006
@@ -23,14 +23,16 @@
 import org.apache.xmlgraphics.xmp.XMPSchemaRegistry;
 
 /**
- * Schema adapter implementation for the old (deprecated) PDF/A schema. This is still needed to
- * make Adobe Acrobat happy. 
+ * Schema adapter implementation for both the old (deprecated) and the current PDF/A schema. 
+ * The old namespace is still needed to make Adobe Acrobat happy. 
  */
 public class PDFAAdapter extends XMPSchemaAdapter {
 
     /**
-     * Constructs a new adapter for Dublin Core around the given metadata object.
+     * Constructs a new adapter for PDF/A around the given metadata object.
      * @param meta the underlying metadata
+     * @param namespace the namespace to access the schema (must be one of the PDF/A schema 
+     *                  namespaces)
      */
     public PDFAAdapter(Metadata meta, String namespace) {
         super(meta, XMPSchemaRegistry.getInstance().getSchema(namespace));

Added: xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/pdf/package.html
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/pdf/package.html?rev=415399&view=auto
==============================================================================
--- xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/pdf/package.html (added)
+++ xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/pdf/package.html Mon Jun 19 12:51:22 2006
@@ -0,0 +1,22 @@
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- $Id$ -->
+<HTML>
+<TITLE>org.apache.xmlgraphics.commons.xmp.schemas.pdf Package</TITLE>
+<BODY>
+<P>PDF-specific XMP schemas and schema adapter classes.</P>
+</BODY>
+</HTML>
\ No newline at end of file

Propchange: xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/xmp/schemas/pdf/package.html
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org