Method and Description |
---|
org.jboss.vfs.VFS.getChild(URL)
use getChild(URI) instead
|
org.jboss.vfs.VirtualFile.getLowerCaseName()
should not be used anymore, as the code is case-sensitive from JBVFS-170
|
org.jboss.vfs.VirtualFile.isLeaf()
use
VirtualFile.isDirectory() or VirtualFile.isFile() instead |
Copyright © 2016 JBoss, A division of Red Hat, Inc. All rights reserved.