Class RootBoundFSCRComponent

java.lang.Object
com.zfabrik.components.provider.util.AbstractComponentDescriptor
com.zfabrik.components.provider.util.FSCRDBComponent
com.zfabrik.components.provider.fs.RootBoundFSCRComponent
All Implemented Interfaces:
com.zfabrik.components.IComponentDescriptor, Serializable

public class RootBoundFSCRComponent extends com.zfabrik.components.provider.util.FSCRDBComponent
A root bound FSCRDBComponent. We only add some extra information to bind the root the component was found in.
See Also:
  • Field Summary

    Fields inherited from interface com.zfabrik.components.IComponentDescriptor

    ANY_COMPONENT_TYPE, COMPONENT_ALIAS, COMPONENT_CLZ, COMPONENT_DESCRIPTOR_STYLE_PLAIN, COMPONENT_NAME, COMPONENT_TYPE, DEPENDENCIES, EXTENSION_POINTS, LINK_COMPONENT_TYPE, LINK_TARGET_COMPONENT, REVISION_INFO
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    int
     
    void
     
     

    Methods inherited from class com.zfabrik.components.provider.util.FSCRDBComponent

    isHasFile, isHasFolder, isResolved, setHasFile, setHasFolder, setResolved

    Methods inherited from class com.zfabrik.components.provider.util.AbstractComponentDescriptor

    getName, getProperties, getProperty, getRawProperties, getRevision, getType, processProperties, processProperties, setName, setProperties, setRevision

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RootBoundFSCRComponent

      public RootBoundFSCRComponent(RootBoundFSCRComponent c)
    • RootBoundFSCRComponent

      public RootBoundFSCRComponent(String name)
  • Method Details

    • setRoot

      public void setRoot(String root)
    • getRoot

      public String getRoot()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.zfabrik.components.provider.util.FSCRDBComponent
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class com.zfabrik.components.provider.util.FSCRDBComponent
    • toString

      public String toString()
      Overrides:
      toString in class com.zfabrik.components.provider.util.FSCRDBComponent