Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 37787 invoked from network); 7 Oct 2009 18:16:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Oct 2009 18:16:47 -0000 Received: (qmail 57552 invoked by uid 500); 7 Oct 2009 18:16:45 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 57448 invoked by uid 500); 7 Oct 2009 18:16:45 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 57438 invoked by uid 99); 7 Oct 2009 18:16:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2009 18:16:45 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.92.145] (HELO qw-out-1920.google.com) (74.125.92.145) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2009 18:16:34 +0000 Received: by qw-out-1920.google.com with SMTP id 14so1780050qwa.60 for ; Wed, 07 Oct 2009 11:16:12 -0700 (PDT) MIME-Version: 1.0 Sender: jcarman@carmanconsulting.com Received: by 10.229.2.19 with SMTP id 19mr244216qch.94.1254939372501; Wed, 07 Oct 2009 11:16:12 -0700 (PDT) In-Reply-To: <4ACCD596.3050809@speakeasy.net> References: <4ACB67CE.10303@speakeasy.net> <4ACB6C76.9000007@speakeasy.net> <4ACB77E0.60407@yale.edu> <4ACCD596.3050809@speakeasy.net> From: James Carman Date: Wed, 7 Oct 2009 14:15:52 -0400 X-Google-Sender-Auth: 48806a5796d27a19 Message-ID: Subject: Re: Inherent problem with Java classes. To: Commons Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org This should get you started: http://commons.apache.org/vfs/api.html You'll want to make sure you've got everything you need on the classpath so that all of the file system types you need are enabled. On Wed, Oct 7, 2009 at 1:53 PM, Alan Grimes wrote: > There's an inherent problem with all classes and class packages of all > languages. Basically when you package up a bundle of classes there are > few clues for a novice to determine which classes are for internal use > only and which are the primary front end of the API. Similarly, when > there are dozens of non-depreciated methods in a class, it becomes > difficult for a novice to determine which are the critical calls that > every application will inevitably use and which are there just to handle > corner cases or special applications. This is why I had trouble finding > the call for dowloading a file in the FTP system. > > Javadoc is wonderful. It certainly does help when one needs a > refference. The VFS package seems to be closer to what I actually need, > but at the same time it's much more complex. This is why HowTos and > other tutorials are vitally important for all non-trivial packages, > especially packages for use as libraries. =( > > Do you know where I can find useful getting started guides for VFS? > > > -- > New president: Here we go again... > Chemistry.com: A total rip-off. > Powers are not rights. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org > For additional commands, e-mail: user-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org