ServerManager XML Hints

From KitwarePublic
Revision as of 14:59, 9 May 2011 by Utkarsh (talk | contribs) (Created page with "<font color="blue">NOTE: This is under development and may not cover all available hints</font> ===Mark proxy as a reader=== * Used to mark a proxy under the "sources" group as...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

NOTE: This is under development and may not cover all available hints

Mark proxy as a reader

  • Used to mark a proxy under the "sources" group as a reader.

<source lang="xml">

<Hints>
  <ReaderFactory extensions="<space separated extensions w/o leading '.'>"
                 filename_patterns="<space separated filename patters (using wildcards)>"
                 file_description="Meta Image Data Files" />
</Hints>

</source>