From graffito-commits-return-28-apmail-incubator-graffito-commits-archive=www.apache.org@incubator.apache.org Fri Jan 21 08:54:25 2005 Return-Path: Delivered-To: apmail-incubator-graffito-commits-archive@www.apache.org Received: (qmail 83913 invoked from network); 21 Jan 2005 08:54:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Jan 2005 08:54:25 -0000 Received: (qmail 27972 invoked by uid 500); 21 Jan 2005 08:54:25 -0000 Mailing-List: contact graffito-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: graffito-dev@incubator.apache.org Delivered-To: mailing list graffito-commits@incubator.apache.org Delivered-To: moderator for graffito-commits@incubator.apache.org Received: (qmail 68783 invoked by uid 500); 20 Jan 2005 22:47:22 -0000 Delivered-To: apmail-incubator-graffito-cvs@incubator.apache.org X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Date: 20 Jan 2005 22:47:21 -0000 Message-ID: <20050120224721.14816.qmail@minotaur.apache.org> From: taylor@apache.org To: graffito-cvs@incubator.apache.org Subject: svn commit: r125827 - /incubator/graffito/trunk/api/src/java/org/apache/portals/graffito/ContentServerService.java MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: taylor Date: Thu Jan 20 14:47:19 2005 New Revision: 125827 URL: http://svn.apache.org/viewcvs?view=rev&rev=125827 Log: file system server interface Modified: incubator/graffito/trunk/api/src/java/org/apache/portals/graffito/ContentServerService.java Modified: incubator/graffito/trunk/api/src/java/org/apache/portals/graffito/ContentServerService.java Url: http://svn.apache.org/viewcvs/incubator/graffito/trunk/api/src/java/org/apache/portals/graffito/ContentServerService.java?view=diff&rev=125827&p1=incubator/graffito/trunk/api/src/java/org/apache/portals/graffito/ContentServerService.java&r1=125826&p2=incubator/graffito/trunk/api/src/java/org/apache/portals/graffito/ContentServerService.java&r2=125827 ============================================================================== --- incubator/graffito/trunk/api/src/java/org/apache/portals/graffito/ContentServerService.java (original) +++ incubator/graffito/trunk/api/src/java/org/apache/portals/graffito/ContentServerService.java Thu Jan 20 14:47:19 2005 @@ -18,6 +18,7 @@ import java.util.Collection; import org.apache.portals.graffito.exception.ContentManagementException; +import org.apache.portals.graffito.model.FileSystemServer; import org.apache.portals.graffito.model.GraffitoServer; import org.apache.portals.graffito.model.Server; import org.apache.portals.graffito.model.WebdavServer; @@ -57,6 +58,14 @@ * @throws ContentManagementException */ public GraffitoServer createGraffitoServer() throws ContentManagementException; + + /** + * Factory to create a new File System server reference object + * + * @return an empty factory created File System server + * @throws ContentManagementException + */ + public FileSystemServer createFileSystemServer() throws ContentManagementException; /** * Adds a new server to engine's persistent store.