Deprecated API


Contents
Deprecated Interfaces
consciouscode.seedling.LoggingNode
          The Seedling platform no longer uses this interface. 
 

Deprecated Classes
consciouscode.util.resource.ClassLoaderResourceTree
          This class is deprecated because it cannot support all features of ResourceTree interface. Specifically, one cannot enumerate resources within a ClassLoader, or identify directories. 
consciouscode.seedling.SeedlingConstants
           
 

Deprecated Fields
consciouscode.seedling.SeedlingConstants.ROOT_ADDRESS
          See NodePath. 
consciouscode.seedling.SeedlingConstants.ROOT_CONFIG_BASENAME
           
consciouscode.seedling.SeedlingConstants.ROOT_SCOPE_TAG
           
consciouscode.seedling.SeedlingConstants.SCOPE_PROP
           
consciouscode.seedling.SeedlingConstants.SPECIAL_PROPERTY_PREFIX
           
 

Deprecated Methods
consciouscode.seedling.boot.SeedlingBuilder.addRepositoryPathList(String)
          Use SeedlingBuilder.addRepositories(File...) instead. 
consciouscode.seedling.tree.GenericBranch.createChild(String)
          Renamed to GenericBranch.provisionChild(String). Subclasses should override that method instead of this one. 
consciouscode.util.CollectionUtils.equalElements(List, List)
          Use CollectionUtils.isEqualCollection(java.util.Collection, java.util.Collection) wherever possible, but note that it requires the collected elements to have valid hashCode implementations! 
consciouscode.seedling.NodeReference.from(BranchNode)
          Renamed to NodeReference.forBranch(BranchNode). 
consciouscode.seedling.NodeReference.fromChild(BranchNode, String)
          Renamed to NodeReference.forChild(BranchNode, String). 
consciouscode.seedling.NodeReference.fromParts(BranchNode, String...)
          Renamed to NodeReference.forParts(BranchNode, String...). 
consciouscode.seedling.NodePath.fromParts(String...)
          Renamed to NodePath.forParts(java.lang.String...). 
consciouscode.seedling.NodeReference.fromPath(BranchNode, NodePath)
          Renamed to NodeReference.forPath(BranchNode, NodePath). 
consciouscode.seedling.NodeReference.fromPath(BranchNode, String)
          Renamed to NodeReference.forPath(BranchNode, String). 
consciouscode.seedling.NodePath.fromPath(String)
          Renamed to NodePath.forPath(String). 
consciouscode.seedling.BranchNode.getChild(String)
          Use NodeReference.required() instead. 
consciouscode.seedling.tree.GenericBranch.getChild(String)
           
consciouscode.seedling.tree.EmptyBranch.getChild(String)
           
consciouscode.seedling.NodeReference.getInstalledNode()
          Use NodeReference.installed() instead. 
consciouscode.seedling.BranchNode.getInstalledNode(String)
          Use NodeReference.installed() instead. 
consciouscode.seedling.tree.GenericBranch.getInstalledNode(String)
           
consciouscode.seedling.tree.EmptyBranch.getInstalledNode(String)
           
consciouscode.seedling.NodeReference.getLocalPath()
          Use NodeReference.toLocalPath() instead. 
consciouscode.seedling.tree.GenericBranch.getLocalPathForChild(String)
           
consciouscode.seedling.NodeReference.getNode()
          Use NodeReference.required() instead. 
consciouscode.seedling.BranchNode.getNode(String)
          Use NodeReference.required() instead. 
consciouscode.seedling.tree.GenericBranch.getNode(String)
           
consciouscode.seedling.tree.EmptyBranch.getNode(String)
           
consciouscode.seedling.NodeReference.getPath()
          Use NodeReference.getNodePath() instead. 
consciouscode.util.VmForker.getVmExitValue()
          Renamed. Use ProcessRunner.getProcessExitValue(). 
consciouscode.util.VmForker.getVmStdIn()
          Renamed. Use ProcessRunner.getProcessStdIn(). 
consciouscode.seedling.tree.GenericNode.isLoggingDebug()
          but here to provide visibility in console. 
consciouscode.util.VmForker.isVmRunning()
          Renamed. Use ProcessRunner.isProcessRunning(). 
consciouscode.util.Strings.join(Iterator, String)
          Use Apache Commons StringUtils.join(Iterator,String) 
consciouscode.seedling.tree.GenericNode.setLoggingDebug(boolean)
          but we can't remove it until we have LoggingInjector. 
 



Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.