Java Doc for CCMCreateTask.java in » Build » ANT » org » apache » tools » ant » taskdefs » optional » ccm » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Build
»
ANT
»
org.apache.tools.ant.taskdefs.optional.ccm
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.apache.tools.ant.taskdefs.optional.ccm
.Continuus
org.apache.tools.ant.taskdefs.optional.ccm
.CCMCreateTask
CCMCreateTask
public
class CCMCreateTask extends
Continuus
implements
ExecuteStreamHandler
(Code)
Creates new Continuus ccm task and sets it as the default.
Field Summary
final
public
static
String
FLAG_COMMENT
final
public
static
String
FLAG_PLATFORM
final
public
static
String
FLAG_RELEASE
final
public
static
String
FLAG_RESOLVER
final
public
static
String
FLAG_SUBSYSTEM
final
public
static
String
FLAG_TASK
Constructor Summary
public
CCMCreateTask
()
Constructor for CCMCreateTask.
Method Summary
public
void
execute
()
Executes the task.
public
String
getComment
()
Get the value of comment.
public
String
getPlatform
()
Get the value of platform.
public
String
getRelease
()
Get the value of release.
public
String
getResolver
()
Get the value of resolver.
public
String
getSubSystem
()
Get the value of subSystem.
public
String
getTask
()
Get the value of task.
public
void
setComment
(
String
v)
Specifies a comment.
public
void
setPlatform
(
String
v)
Specifies the target platform.
public
void
setProcessErrorStream
(
InputStream
is)
public
void
setProcessInputStream
(
OutputStream
param1)
public
void
setProcessOutputStream
(
InputStream
is)
read the output stream to retrieve the new task number.
public
void
setRelease
(
String
v)
Specify the CCM release.
public
void
setResolver
(
String
v)
Specifies the resolver.
public
void
setSubSystem
(
String
v)
Specifies the subsystem.
public
void
setTask
(
String
v)
Specifies the task number used to checkin the file (may use 'default').
public
void
start
()
public
void
stop
()
Field Detail
FLAG_COMMENT
final
public
static
String
FLAG_COMMENT
(Code)
/comment -- comments associated to the task
FLAG_PLATFORM
final
public
static
String
FLAG_PLATFORM
(Code)
/platform flag -- target platform
FLAG_RELEASE
final
public
static
String
FLAG_RELEASE
(Code)
/release flag
FLAG_RESOLVER
final
public
static
String
FLAG_RESOLVER
(Code)
/resolver flag
FLAG_SUBSYSTEM
final
public
static
String
FLAG_SUBSYSTEM
(Code)
/release flag
FLAG_TASK
final
public
static
String
FLAG_TASK
(Code)
-task flag -- associate checkout task with task
Constructor Detail
CCMCreateTask
public
CCMCreateTask()
(Code)
Constructor for CCMCreateTask.
Method Detail
execute
public
void execute() throws
BuildException
(Code)
Executes the task.
Builds a command line to execute ccm and then calls Exec's run method to execute the command line.
throws:
BuildException
- on error
getComment
public
String
getComment()
(Code)
Get the value of comment. value of comment.
getPlatform
public
String
getPlatform()
(Code)
Get the value of platform. value of platform.
getRelease
public
String
getRelease()
(Code)
Get the value of release. value of release.
getResolver
public
String
getResolver()
(Code)
Get the value of resolver. value of resolver.
getSubSystem
public
String
getSubSystem()
(Code)
Get the value of subSystem. value of subSystem.
getTask
public
String
getTask()
(Code)
Get the value of task. value of task.
setComment
public
void setComment(
String
v)
(Code)
Specifies a comment.
Parameters:
v - Value to assign to comment.
setPlatform
public
void setPlatform(
String
v)
(Code)
Specifies the target platform.
Parameters:
v - Value to assign to platform.
setProcessErrorStream
public
void setProcessErrorStream(
InputStream
is) throws
IOException
(Code)
Parameters:
is - the input stream
exception:
java.io.IOException
- on error
setProcessInputStream
public
void setProcessInputStream(
OutputStream
param1) throws
IOException
(Code)
Parameters:
param1 - the output stream
exception:
java.io.IOException
- on error
setProcessOutputStream
public
void setProcessOutputStream(
InputStream
is) throws
IOException
(Code)
read the output stream to retrieve the new task number.
Parameters:
is - InputStream
throws:
IOException
- on error
setRelease
public
void setRelease(
String
v)
(Code)
Specify the CCM release.
Parameters:
v - Value to assign to release.
setResolver
public
void setResolver(
String
v)
(Code)
Specifies the resolver.
Parameters:
v - Value to assign to resolver.
setSubSystem
public
void setSubSystem(
String
v)
(Code)
Specifies the subsystem.
Parameters:
v - Value to assign to subSystem.
setTask
public
void setTask(
String
v)
(Code)
Specifies the task number used to checkin the file (may use 'default').
Parameters:
v - Value to assign to task.
start
public
void start() throws
IOException
(Code)
throws:
IOException
- on error
stop
public
void stop()
(Code)
Fields inherited from
org.apache.tools.ant.taskdefs.optional.ccm.Continuus
final
public
static
String
COMMAND_CHECKIN
(Code)
(Java Doc)
final
public
static
String
COMMAND_CHECKOUT
(Code)
(Java Doc)
final
public
static
String
COMMAND_CREATE_TASK
(Code)
(Java Doc)
final
public
static
String
COMMAND_DEFAULT_TASK
(Code)
(Java Doc)
final
public
static
String
COMMAND_RECONFIGURE
(Code)
(Java Doc)
Methods inherited from
org.apache.tools.ant.taskdefs.optional.ccm.Continuus
public
String
getCcmAction()
(Code)
(Java Doc)
final
protected
String
getCcmCommand()
(Code)
(Java Doc)
protected
int run(
Commandline
cmd,
ExecuteStreamHandler
handler)
(Code)
(Java Doc)
protected
int run(
Commandline
cmd)
(Code)
(Java Doc)
public
void setCcmAction(
String
v)
(Code)
(Java Doc)
final
public
void setCcmDir(
String
dir)
(Code)
(Java Doc)
w_w___w.___j___av_a__2__s__.c__o__m
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.