com.microsoft.tfs.core.clients.framework.configuration.catalog
Class TFSUnknownCatalogEntity

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.configuration.catalog.TFSCatalogEntity
      extended by com.microsoft.tfs.core.clients.framework.configuration.catalog.TFSUnknownCatalogEntity
All Implemented Interfaces:
TFSEntity

public class TFSUnknownCatalogEntity
extends TFSCatalogEntity

Exists to provide nodes that the configuration server provided us that we do not entirely understand. (Ie, our TFSCatalogEntityFactory cannot construct a more detailed node. These nodes must still exist in the tree, however, for parentage.

Since:
TEE-SDK-10.1

Constructor Summary
TFSUnknownCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session, CatalogNode catalogNode)
           
 
Method Summary
 
Methods inherited from class com.microsoft.tfs.core.clients.framework.configuration.catalog.TFSCatalogEntity
getAncestorOfType, getCatalogNode, getChildOfType, getChildren, getChildrenOfType, getDependencies, getDependenciesOfType, getDependencyOfType, getDescription, getDisplayName, getDisplayPath, getParent, getProperty, getResourceID, getSession, getSingletonDependency, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TFSUnknownCatalogEntity

public TFSUnknownCatalogEntity(com.microsoft.tfs.core.clients.framework.configuration.internal.TFSCatalogEntitySession session,
                               CatalogNode catalogNode)


© 2015 Microsoft. All rights reserved.