You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2012/03/10 22:05:30 UTC

svn commit: r1299274 - in /maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io: comparator/ filefilter/ input/ monitor/ output/

Author: simonetripodi
Date: Sat Mar 10 21:05:30 2012
New Revision: 1299274

URL: http://svn.apache.org/viewvc?rev=1299274&view=rev
Log:
added more packages just to show a more complete doc

Added:
    maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/comparator/
    maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/comparator/package-info.java   (with props)
    maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/filefilter/
    maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/filefilter/package-info.java   (with props)
    maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/input/
    maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/input/package-info.java   (with props)
    maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/monitor/
    maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/monitor/package-info.java   (with props)
    maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/output/
    maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/output/package-info.java   (with props)

Added: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/comparator/package-info.java
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/comparator/package-info.java?rev=1299274&view=auto
==============================================================================
--- maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/comparator/package-info.java (added)
+++ maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/comparator/package-info.java Sat Mar 10 21:05:30 2012
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * This package provides various Comparator implementations for Files.
+ */
+package org.apache.commons.io.comparator;

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/comparator/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/comparator/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/comparator/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/filefilter/package-info.java
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/filefilter/package-info.java?rev=1299274&view=auto
==============================================================================
--- maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/filefilter/package-info.java (added)
+++ maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/filefilter/package-info.java Sat Mar 10 21:05:30 2012
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * This package defines an interface (IOFileFilter) that combines both FileFilter and FilenameFilter
+ */
+package org.apache.commons.io.filefilter;

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/filefilter/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/filefilter/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/filefilter/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/input/package-info.java
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/input/package-info.java?rev=1299274&view=auto
==============================================================================
--- maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/input/package-info.java (added)
+++ maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/input/package-info.java Sat Mar 10 21:05:30 2012
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * This package provides implementations of input classes, such as InputStream and Reader.
+ */
+package org.apache.commons.io.input;

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/input/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/input/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/input/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/monitor/package-info.java
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/monitor/package-info.java?rev=1299274&view=auto
==============================================================================
--- maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/monitor/package-info.java (added)
+++ maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/monitor/package-info.java Sat Mar 10 21:05:30 2012
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * This package provides a component for monitoring file system events
+ * (directory and file create, update and delete events).
+ */
+package org.apache.commons.io.monitor;

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/monitor/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/monitor/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/monitor/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/output/package-info.java
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/output/package-info.java?rev=1299274&view=auto
==============================================================================
--- maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/output/package-info.java (added)
+++ maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/output/package-info.java Sat Mar 10 21:05:30 2012
@@ -0,0 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+
+/**
+ * This package provides implementations of output classes, such as OutputStream and Writer.
+ */
+package org.apache.commons.io.output;

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/output/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/output/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: maven/sandbox/trunk/skins/fluido-doc/src/it/basic-doc/src/main/java/org/apache/commons/io/output/package-info.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain