Click here to Skip to main content
15,895,667 members
Articles / Programming Languages / XML

Adaptive Console Framework - Build Your Console Application on the Fly

Rate me:
Please Sign up or sign in to vote.
3.00/5 (1 vote)
18 Sep 2008CDDL9 min read 31K   286   15  
Introduces the goal and use of the Adaptive Console Framework.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ValueList Type</title>
<meta name="GENERATOR" content="WinCHM">
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">

</head>

<BODY>
<P><FONT face=Verdana size=2>A ValueList option type refers to the options that 
have a list of option values.</FONT></P>
<P><FONT face=Verdana size=2>It is also widely used in console applications. 
Suppose there is a console application that takes multiple files as input files, 
we can define a /input option which is the ValueList type, and use this 
application like this:</FONT></P>
<P>
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#000000 cellSpacing=0 
cellPadding=2 width="95%" border=1>
  <TBODY>
  <TR>
    <TD>
      <P><FONT face=Courier color=#800000 size=2>D:\&gt;my_app 
      /input:a.dat,b.dat,c.dat ...</FONT></P></TD></TR></TBODY></TABLE></P>
<P><FONT face=Verdana size=2>The separator character, which can 
be&nbsp;customized within ACF, must be used between the values in order to 
separate the values in a ValueList option.</FONT></P></BODY>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Common Development and Distribution License (CDDL)


Written By
Architect Prosource Development
China China
I have more than 13 years' experience in software development and more than 5 years' working experience in software industry. I'm the National Certified System Analyst and now I'm the consultant of China System Analyst Institution. I also got the MCP/MCAD certificate on .NET technology in the year 2004.
I'm very interested in system architect and analysis, and also interested in .NET technologies. For my blog please refer to http://www.sunnychen.org.

Comments and Discussions