You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by ?? <di...@PAIC.com.cn> on 2005/12/29 09:32:01 UTC

vfs question

any body use vfs?

I meet a question?

in  org.apache.commons.vfs.provider.URLFileName ;

import org.apache.commons.httpclient.URIException;             ???????why?
import org.apache.commons.httpclient.util.URIUtil;                  ???????why?
import org.apache.commons.vfs.FileName;
import org.apache.commons.vfs.FileSystemException;
import org.apache.commons.vfs.FileType;




if the class like this.it's depended on Commons Httpclient.    


Is there any question here?


********************************************************************************************************************************
The information in this email is confidential and may be legally privileged. If you have received this email in error or are
not the intended recipient, please immediately notify the sender and delete this message from your computer. Any use, distribution,
or copying of this email other than by the intended recipient is strictly prohibited. All messages sent to and from us may be 
monitored to ensure compliance with internal policies and to protect our business. 
Emails are not secure and cannot be guaranteed to be error free as they can be intercepted, amended, lost or destroyed, 
or contain viruses. Anyone who communicates with us by email is taken to accept these risks. 

ÊÕ·¢ÓʼþÕßÇë×¢Ò⣺
±¾Óʼþº¬±£ÃÜÐÅÏ¢£¬ÈôÎóÊÕ±¾Óʼþ£¬ÇëÎñ±Ø֪ͨ·¢ËÍÈ˲¢Ö±½Óɾȥ£¬²»µÃʹÓᢴ«²¥»ò¸´ÖƱ¾Óʼþ¡£
½ø³öÓʼþ¾ùÊܵ½±¾¹«Ë¾ºÏ¹æ¼à¿Ø¡£Óʼþ¿ÉÄÜ·¢Éú±»½ØÁô¡¢±»Ð޸ġ¢¶ªÊ§¡¢±»ÆÆ»µ»ò°üº¬¼ÆËã»ú²¡¶¾µÈ²»°²È«Çé¿ö¡£ 
********************************************************************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: vfs question

Posted by Robert Enyedi <re...@gmail.com>.
Hi,

Both org.apache.commons.httpclient.URIException and import
org.apache.commons.httpclient.util.URIUtil are used by the URLFileName
class. And yes, VFS has a dependency on the Commons HttpClient library. Was
this your question?

Regards,
Robert

On 12/29/05, ?? <di...@paic.com.cn> wrote:
>
>
> any body use vfs?
>
> I meet a question?
>
> in  org.apache.commons.vfs.provider.URLFileName ;
>
> import org.apache.commons.httpclient.URIException;             ???????why?
> import org.apache.commons.httpclient.util.URIUtil
> ;                  ???????why?
> import org.apache.commons.vfs.FileName;
> import org.apache.commons.vfs.FileSystemException;
> import org.apache.commons.vfs.FileType;
>
>
>
>
> if the class like this.it's depended on Commons Httpclient.
>
>
> Is there any question here?
>
>
>
> ********************************************************************************************************************************
> The information in this email is confidential and may be legally
> privileged. If you have received this email in error or are
> not the intended recipient, please immediately notify the sender and
> delete this message from your computer. Any use, distribution,
> or copying of this email other than by the intended recipient is strictly
> prohibited. All messages sent to and from us may be
> monitored to ensure compliance with internal policies and to protect our
> business.
> Emails are not secure and cannot be guaranteed to be error free as they
> can be intercepted, amended, lost or destroyed,
> or contain viruses. Anyone who communicates with us by email is taken to
> accept these risks.
>
> 收发邮件者请注意:
> 本邮件含保密信息,若误收本邮件,请务必通知发送人并直接删去,不得使用、传播或复制本邮件。
> 进出邮件均受到本公司合规监控。邮件可能发生被截留、被修改、丢失、被破坏或包含计算机病毒等不安全情况。
>
> ********************************************************************************************************************************
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
>
>