Java Doc for MagicNames.java in  » Build » ANT » org » apache » tools » ant » 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 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.tools.ant.MagicNames

MagicNames
final public class MagicNames (Code)
Magic names used within Ant. Not all magic names are here yet.
since:
   Ant 1.6


Field Summary
final public static  StringANTLIB_PREFIX
    
final public static  StringANT_EXECUTOR_CLASSNAME
     Property defining the classname of an executor.
final public static  StringANT_EXECUTOR_REFERENCE
    
final public static  StringANT_FILE
    
final public static  StringANT_HOME
     Property used to store the location of ant.
final public static  StringANT_JAVA_VERSION
     Property used to store the java version ant is running in.
final public static  StringANT_LIB
    
final public static  StringANT_VERSION
     Ant version property.
final public static  StringBUILD_JAVAC_SOURCE
     property that provides the default value for javac's and javadoc's source attribute.
final public static  StringBUILD_JAVAC_TARGET
     property that provides the default value for javac's target attribute.
final public static  StringBUILD_SYSCLASSPATH
     System classpath policy.
final public static  StringPROJECT_BASEDIR
    
final public static  StringREFID_CLASSPATH_LOADER_PREFIX
     Prefix used to store classloader references.
final public static  StringREFID_CLASSPATH_REUSE_LOADER
    
final public static  StringREFID_PROPERTY_HELPER
    
final public static  StringREGEXP_IMPL
     property for regular expression implementation.
final public static  StringREPOSITORY_DIR_PROPERTY
    
final public static  StringREPOSITORY_URL_PROPERTY
    
final public static  StringSCRIPT_REPOSITORY
    
final public static  StringSYSTEM_LOADER_REF
    
final public static  StringTASKDEF_PROPERTIES_RESOURCE
    
final public static  StringTYPEDEFS_PROPERTIES_RESOURCE
    



Field Detail
ANTLIB_PREFIX
final public static String ANTLIB_PREFIX(Code)
prefix for antlib URIs:



ANT_EXECUTOR_CLASSNAME
final public static String ANT_EXECUTOR_CLASSNAME(Code)
Property defining the classname of an executor. Value:



ANT_EXECUTOR_REFERENCE
final public static String ANT_EXECUTOR_REFERENCE(Code)
Reference to the current Ant executor Value:



ANT_FILE
final public static String ANT_FILE(Code)
property for ant file name Value:



ANT_HOME
final public static String ANT_HOME(Code)
Property used to store the location of ant.
since:
   Ant 1.7



ANT_JAVA_VERSION
final public static String ANT_JAVA_VERSION(Code)
Property used to store the java version ant is running in.
since:
   Ant 1.7



ANT_LIB
final public static String ANT_LIB(Code)
Property used to store the location of the ant library (typically the ant.jar file.)
since:
   Ant 1.7



ANT_VERSION
final public static String ANT_VERSION(Code)
Ant version property.



BUILD_JAVAC_SOURCE
final public static String BUILD_JAVAC_SOURCE(Code)
property that provides the default value for javac's and javadoc's source attribute.
since:
   Ant 1.7
since:
   Value:



BUILD_JAVAC_TARGET
final public static String BUILD_JAVAC_TARGET(Code)
property that provides the default value for javac's target attribute.
since:
   Ant 1.7
since:
   Value:



BUILD_SYSCLASSPATH
final public static String BUILD_SYSCLASSPATH(Code)
System classpath policy.



PROJECT_BASEDIR
final public static String PROJECT_BASEDIR(Code)
property name for basedir of the project Value:



REFID_CLASSPATH_LOADER_PREFIX
final public static String REFID_CLASSPATH_LOADER_PREFIX(Code)
Prefix used to store classloader references. Value:



REFID_CLASSPATH_REUSE_LOADER
final public static String REFID_CLASSPATH_REUSE_LOADER(Code)
Name of the magic property that controls classloader reuse
since:
   Ant 1.4.
since:
   Value:



REFID_PROPERTY_HELPER
final public static String REFID_PROPERTY_HELPER(Code)
Reference used to store the property helper Value:



REGEXP_IMPL
final public static String REGEXP_IMPL(Code)
property for regular expression implementation. Value:



REPOSITORY_DIR_PROPERTY
final public static String REPOSITORY_DIR_PROPERTY(Code)
Name of the property which can provide an override of the repository dir for the libraries task Value



REPOSITORY_URL_PROPERTY
final public static String REPOSITORY_URL_PROPERTY(Code)
Name of the property which can provide an override of the repository URL for the libraries task Value



SCRIPT_REPOSITORY
final public static String SCRIPT_REPOSITORY(Code)
The name of the script repository used by the script repo task Value



SYSTEM_LOADER_REF
final public static String SYSTEM_LOADER_REF(Code)
The name of the reference to the System Class Loader Value



TASKDEF_PROPERTIES_RESOURCE
final public static String TASKDEF_PROPERTIES_RESOURCE(Code)
name of the resource that taskdefs are stored under Value:



TYPEDEFS_PROPERTIES_RESOURCE
final public static String TYPEDEFS_PROPERTIES_RESOURCE(Code)
name of the resource that typedefs are stored under Value:





Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.