Interface IFilesComponent


  • public interface IFilesComponent
    Files component are nothing but containers for files that may be used by other components depending on their specific semantics. See for example IJavaComponent for how to use Files components to implement packaging re-use of Java code. Files components are declared using the component type com.zfabrik.files (see TYPE). A component descriptor of a Files component typically looks like this:
     com.zfabrik.component.type=com.zfabrik.files
     
    Author:
    hb
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE
      Type identifier of a Files component.
    • Field Detail

      • TYPE

        static final java.lang.String TYPE
        Type identifier of a Files component.
        See Also:
        Constant Field Values