|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Field Summary | |
---|---|
string | INFILENAME |
string | OUTFILENAME |
Fields inherited from class SourceForge.NAnt.Element |
---|
_location, _parent, _project, _xmlNode |
Constructor Summary | |
---|---|
DvslTask() Initializes a new instance of the DvslTask class. |
Property Summary | |
---|---|
string |
Destdir
Set the destination directory where the generated files should be directed. |
string |
Extension
Set the desired file extension to be used for the target files. If not specified, " .html" is used. |
SourceForge.NAnt.FileSet |
FileSet
The set of files to be included in the archive. |
bool |
Force
Set whether to check dependencies, or always generate. |
string |
In
Sets an input xml file to be styled |
string |
LogFile
Sets the file to use for logging. If not specified, all logging is directed through NAnt's logging system. |
string |
Out
Sets an output file |
string |
OutputEncoding
Sets the character encoding for output files. If not specified, output is written with UTF-8 encodin6g. |
string |
Style
Sets the file to use for stylesheet. |
string |
ToolboxFile
Sets the Toolbox properties file to use. |
bool |
ValidatingParser
Sets the flag to have DVSL use a validating parser for the input documents |
Properties inherited from class SourceForge.NAnt.Task |
---|
FailOnError, IfDefined, LogPrefix, Name, UnlessDefined, Verbose |
Properties inherited from class SourceForge.NAnt.Element |
---|
Location, Parent, Project, Properties |
Method Summary | |
---|---|
void | ExecuteTask() |
void |
PutAppValue(string name, object o) Sets an application value from outside of the DVSL task |
void | xExecuteTask() |
Methods inherited from class SourceForge.NAnt.Task |
---|
Execute, InitializeElement, InitializeTask |
Methods inherited from class SourceForge.NAnt.Element |
---|
Initialize |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Field Detail |
---|
public string INFILENAME
public string OUTFILENAME
Constructor Detail |
---|
public DvslTask()
Initializes a new instance of the DvslTask class.
Property Detail |
---|
public string Destdir
Set the destination directory where the generated files should be directed.
public string Extension
Set the desired file extension to be used for the target files. If not specified, "
.html" is used.
public SourceForge.NAnt.FileSet FileSet
The set of files to be included in the archive.
public bool Force
Set whether to check dependencies, or always generate.
public string In
Sets an input xml file to be styled
public string LogFile
Sets the file to use for logging. If not specified, all logging is directed through NAnt's logging system.
public string Out
Sets an output file
public string OutputEncoding
Sets the character encoding for output files. If not specified, output is written with UTF-8 encodin6g.
public string Style
Sets the file to use for stylesheet.
public string ToolboxFile
Sets the Toolbox properties file to use.
public bool ValidatingParser
Sets the flag to have DVSL use a validating parser for the input documents
Method Detail |
---|
protected void ExecuteTask()
public void PutAppValue(string name, object o)
Sets an application value from outside of the DVSL task
Parameters:
name
- o
- protected void xExecuteTask()
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |