For ease of integration, being able to effectively sub-class these two
classes is very useful.


Index: DefaultFileSystemManager.java
===================================================================
RCS file:
/home/cvspublic/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/
vfs/impl/DefaultFileSystemManager.java,v
retrieving revision 1.22
diff -r1.22 DefaultFileSystemManager.java
115c115
<     private boolean init;
---
>     protected boolean init;
253c253
<     private void setupComponent( final Object component )
---
>     protected void setupComponent( final Object component )


Index: StandardFileSystemManager.java
===================================================================
RCS file:
/home/cvspublic/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/
vfs/impl/StandardFileSystemManager.java,v
retrieving revision 1.13
diff -r1.13 StandardFileSystemManager.java
81c81
<     private ClassLoader classLoader;
---
>     protected ClassLoader classLoader;
296c296
<     private FileProvider createProvider( final String
providerClassName )
---
>     protected FileProvider createProvider( final String
providerClassName )

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to