Java Doc for ScriptConstants.java in  » Development » javaguard » net » sf » javaguard » 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 » Development » javaguard » net.sf.javaguard 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.sf.javaguard.ScriptConstants

All known Subclasses:   net.sf.javaguard.ScriptFile,
ScriptConstants
public interface ScriptConstants (Code)
This interface contains all possible constants that may be used inside the script file.


Field Summary
final public static  StringATTR_Code
     Specifies how the obfuscator should work.
final public static  StringATTR_ConstantValue
     Specifies how the obfuscator should work.
final public static  StringATTR_Exceptions
     Specifies how the obfuscator should work.
final public static  StringATTR_InnerClasses
     Specifies how the obfuscator should work.
final public static  StringATTR_LineNumberTable
     Specifies how the obfuscator should work.
final public static  StringATTR_LocalVariableTable
     Specifies how the obfuscator should work.
final public static  StringATTR_SourceFile
     Specifies how the obfuscator should work.
final public static  StringATTR_Synthetic
     Specifies how the obfuscator should work.
final public static  StringATTR_Unknown
     Specifies how the obfuscator should work.
final public static  StringDIRECTIVE_ATTRIBUTE
     Script file directive for additional obfuscator attributes.
final public static  StringDIRECTIVE_CLASS
     Script file directive for retaining classes.
final public static  StringDIRECTIVE_CLASS_MAP
     Script file directive for class mapping.
final public static  StringDIRECTIVE_FIELD
     Script file directive for retaining fields.
final public static  StringDIRECTIVE_FIELD_MAP
     Script file directive for field mapping.
final public static  StringDIRECTIVE_IGNORE
     Script file directive for default ignore patterns.
final public static  StringDIRECTIVE_IGNORE_CLASS
     Script file directive for class ignore patterns.
final public static  StringDIRECTIVE_IGNORE_FIELD
     Script file directive for field ignore patterns.
final public static  StringDIRECTIVE_IGNORE_METHOD
     Script file directive for method ignore patterns.
final public static  StringDIRECTIVE_IGNORE_PACKAGE
     Script file directive for package ignore patterns.
final public static  StringDIRECTIVE_METHOD
     Script file directive for retaining methods.
final public static  StringDIRECTIVE_METHOD_MAP
     Script file directive for method mapping.
final public static  StringDIRECTIVE_OBFUSCATE
     Script file directive for default obfuscation patterns.
final public static  StringDIRECTIVE_OBFUSCATE_CLASS
     Script file directive for class obfuscation patterns.
final public static  StringDIRECTIVE_OBFUSCATE_FIELD
     Script file directive for field obfuscation patterns.
final public static  StringDIRECTIVE_OBFUSCATE_METHOD
     Script file directive for method obfuscation patterns.
final public static  StringDIRECTIVE_OBFUSCATE_PACKAGE
     Script file directive for package obfuscation patterns.
final public static  StringDIRECTIVE_PACKAGE
     Script file directive for retaining packages.
final public static  StringDIRECTIVE_PACKAGE_MAP
     Script file directive for package mapping.
final public static  StringDIRECTIVE_PRESERVE
     Script file directive for additional obfuscator attributes.
final public static  StringDIRECTIVE_RENAME
     Script file directive for additional obfuscator attributes.
final public static  StringOPTION_FIELD
     Optional parameter for the .class directive to not obfuscate fields.
final public static  StringOPTION_METHOD
     Optional parameter for the .class directive to not obfuscate methods.
final public static  StringOPTION_PROTECTED
     Optional parameter for the .class directive to not obfuscate protected elements.
final public static  StringOPTION_PUBLIC
     Optional parameter for the .class directive to not obfuscate public elements.
final public static  intOPTION_TYPE_FIELD
     The int value representing the field option.
final public static  intOPTION_TYPE_METHOD
     The int value representing the method option.
final public static  intOPTION_TYPE_PROTECTED
     The int value representing the protected option.
final public static  intOPTION_TYPE_PUBLIC
     The int value representing the public option.
final public static  StringPRESERVE_REFERENCES
     Attribute for the obfuscator to prevent classes that are used in hardcoded references from being assigned obfuscated names.
final public static  StringRENAME_RESOURCES
     Attribute for the obfuscator to rename resource files according to their class files.
final public static  StringRENAME_RMIC
     Attribute for the obfuscator to treat RMIC-generated classes in a special way.
final public static  intTYPE_ATTRIBUTE
     The int value representing the .attribute directive.
final public static  intTYPE_CLASS
     The int value representing the .class directive.
final public static  intTYPE_CLASS_MAP
     The int value representing the .class_map directive.
final public static  intTYPE_FIELD
     The int value representing the .field directive.
final public static  intTYPE_FIELD_MAP
     The int value representing the .field_map directive.
final public static  intTYPE_IGNORE
     The int value representing the .ignore directive.
final public static  intTYPE_IGNORE_CLASS
     The int value representing the .ignore_class directive.
final public static  intTYPE_IGNORE_FIELD
     The int value representing the .ignore_field directive.
final public static  intTYPE_IGNORE_METHOD
     The int value representing the .ignore_method directive.
final public static  intTYPE_IGNORE_PACKAGE
     The int value representing the .ignore_package directive.
final public static  intTYPE_METHOD
     The int value representing the .method directive.
final public static  intTYPE_METHOD_MAP
     The int value representing the .method_map directive.
final public static  intTYPE_OBFUSCATE
     The int value representing the .obfuscate directive.
final public static  intTYPE_OBFUSCATE_CLASS
     The int value representing the .obfuscate_class directive.
final public static  intTYPE_OBFUSCATE_FIELD
     The int value representing the .obfuscate_field directive.
final public static  intTYPE_OBFUSCATE_METHOD
     The int value representing the .obfuscate_method directive.
final public static  intTYPE_OBFUSCATE_PACKAGE
     The int value representing the .obfuscate_package directive.
final public static  intTYPE_PACKAGE
     The int value representing the .package directive.
final public static  intTYPE_PACKAGE_MAP
     The int value representing the .package_map directive.
final public static  intTYPE_PRESERVE
     The int value representing the .rename directive.
final public static  intTYPE_RENAME
     The int value representing the .rename directive.
final public static  int[]directiveTypes
     Holds the array with all possible int values representing the script file directives.
final public static  String[]directives
     Holds the array with all possible script file directives.
final public static  int[]optionTypes
     Holds the array with all possible int values representing the additional options for the .class directive.
final public static  String[]options
     Holds an array with additional options possible for the .class directive.
public static  String[]preserveAttrs
     An array that contains all valid options for the .preserve directive.
public static  String[]renameAttrs
     An array that contains all valid options for the .rename directive.
public static  String[]validAttrs
     An array that contains all valid options for the .attribute directive.



Field Detail
ATTR_Code
final public static String ATTR_Code(Code)
Specifies how the obfuscator should work.



ATTR_ConstantValue
final public static String ATTR_ConstantValue(Code)
Specifies how the obfuscator should work.



ATTR_Exceptions
final public static String ATTR_Exceptions(Code)
Specifies how the obfuscator should work.



ATTR_InnerClasses
final public static String ATTR_InnerClasses(Code)
Specifies how the obfuscator should work.



ATTR_LineNumberTable
final public static String ATTR_LineNumberTable(Code)
Specifies how the obfuscator should work.



ATTR_LocalVariableTable
final public static String ATTR_LocalVariableTable(Code)
Specifies how the obfuscator should work.



ATTR_SourceFile
final public static String ATTR_SourceFile(Code)
Specifies how the obfuscator should work.



ATTR_Synthetic
final public static String ATTR_Synthetic(Code)
Specifies how the obfuscator should work.



ATTR_Unknown
final public static String ATTR_Unknown(Code)
Specifies how the obfuscator should work.



DIRECTIVE_ATTRIBUTE
final public static String DIRECTIVE_ATTRIBUTE(Code)
Script file directive for additional obfuscator attributes.



DIRECTIVE_CLASS
final public static String DIRECTIVE_CLASS(Code)
Script file directive for retaining classes.



DIRECTIVE_CLASS_MAP
final public static String DIRECTIVE_CLASS_MAP(Code)
Script file directive for class mapping.



DIRECTIVE_FIELD
final public static String DIRECTIVE_FIELD(Code)
Script file directive for retaining fields.



DIRECTIVE_FIELD_MAP
final public static String DIRECTIVE_FIELD_MAP(Code)
Script file directive for field mapping.



DIRECTIVE_IGNORE
final public static String DIRECTIVE_IGNORE(Code)
Script file directive for default ignore patterns.



DIRECTIVE_IGNORE_CLASS
final public static String DIRECTIVE_IGNORE_CLASS(Code)
Script file directive for class ignore patterns.



DIRECTIVE_IGNORE_FIELD
final public static String DIRECTIVE_IGNORE_FIELD(Code)
Script file directive for field ignore patterns.



DIRECTIVE_IGNORE_METHOD
final public static String DIRECTIVE_IGNORE_METHOD(Code)
Script file directive for method ignore patterns.



DIRECTIVE_IGNORE_PACKAGE
final public static String DIRECTIVE_IGNORE_PACKAGE(Code)
Script file directive for package ignore patterns.



DIRECTIVE_METHOD
final public static String DIRECTIVE_METHOD(Code)
Script file directive for retaining methods.



DIRECTIVE_METHOD_MAP
final public static String DIRECTIVE_METHOD_MAP(Code)
Script file directive for method mapping.



DIRECTIVE_OBFUSCATE
final public static String DIRECTIVE_OBFUSCATE(Code)
Script file directive for default obfuscation patterns.



DIRECTIVE_OBFUSCATE_CLASS
final public static String DIRECTIVE_OBFUSCATE_CLASS(Code)
Script file directive for class obfuscation patterns.



DIRECTIVE_OBFUSCATE_FIELD
final public static String DIRECTIVE_OBFUSCATE_FIELD(Code)
Script file directive for field obfuscation patterns.



DIRECTIVE_OBFUSCATE_METHOD
final public static String DIRECTIVE_OBFUSCATE_METHOD(Code)
Script file directive for method obfuscation patterns.



DIRECTIVE_OBFUSCATE_PACKAGE
final public static String DIRECTIVE_OBFUSCATE_PACKAGE(Code)
Script file directive for package obfuscation patterns.



DIRECTIVE_PACKAGE
final public static String DIRECTIVE_PACKAGE(Code)
Script file directive for retaining packages.



DIRECTIVE_PACKAGE_MAP
final public static String DIRECTIVE_PACKAGE_MAP(Code)
Script file directive for package mapping.



DIRECTIVE_PRESERVE
final public static String DIRECTIVE_PRESERVE(Code)
Script file directive for additional obfuscator attributes.



DIRECTIVE_RENAME
final public static String DIRECTIVE_RENAME(Code)
Script file directive for additional obfuscator attributes.



OPTION_FIELD
final public static String OPTION_FIELD(Code)
Optional parameter for the .class directive to not obfuscate fields.



OPTION_METHOD
final public static String OPTION_METHOD(Code)
Optional parameter for the .class directive to not obfuscate methods.



OPTION_PROTECTED
final public static String OPTION_PROTECTED(Code)
Optional parameter for the .class directive to not obfuscate protected elements.



OPTION_PUBLIC
final public static String OPTION_PUBLIC(Code)
Optional parameter for the .class directive to not obfuscate public elements.



OPTION_TYPE_FIELD
final public static int OPTION_TYPE_FIELD(Code)
The int value representing the field option.



OPTION_TYPE_METHOD
final public static int OPTION_TYPE_METHOD(Code)
The int value representing the method option.



OPTION_TYPE_PROTECTED
final public static int OPTION_TYPE_PROTECTED(Code)
The int value representing the protected option.



OPTION_TYPE_PUBLIC
final public static int OPTION_TYPE_PUBLIC(Code)
The int value representing the public option.



PRESERVE_REFERENCES
final public static String PRESERVE_REFERENCES(Code)
Attribute for the obfuscator to prevent classes that are used in hardcoded references from being assigned obfuscated names.



RENAME_RESOURCES
final public static String RENAME_RESOURCES(Code)
Attribute for the obfuscator to rename resource files according to their class files.



RENAME_RMIC
final public static String RENAME_RMIC(Code)
Attribute for the obfuscator to treat RMIC-generated classes in a special way.



TYPE_ATTRIBUTE
final public static int TYPE_ATTRIBUTE(Code)
The int value representing the .attribute directive.



TYPE_CLASS
final public static int TYPE_CLASS(Code)
The int value representing the .class directive.



TYPE_CLASS_MAP
final public static int TYPE_CLASS_MAP(Code)
The int value representing the .class_map directive.



TYPE_FIELD
final public static int TYPE_FIELD(Code)
The int value representing the .field directive.



TYPE_FIELD_MAP
final public static int TYPE_FIELD_MAP(Code)
The int value representing the .field_map directive.



TYPE_IGNORE
final public static int TYPE_IGNORE(Code)
The int value representing the .ignore directive.



TYPE_IGNORE_CLASS
final public static int TYPE_IGNORE_CLASS(Code)
The int value representing the .ignore_class directive.



TYPE_IGNORE_FIELD
final public static int TYPE_IGNORE_FIELD(Code)
The int value representing the .ignore_field directive.



TYPE_IGNORE_METHOD
final public static int TYPE_IGNORE_METHOD(Code)
The int value representing the .ignore_method directive.



TYPE_IGNORE_PACKAGE
final public static int TYPE_IGNORE_PACKAGE(Code)
The int value representing the .ignore_package directive.



TYPE_METHOD
final public static int TYPE_METHOD(Code)
The int value representing the .method directive.



TYPE_METHOD_MAP
final public static int TYPE_METHOD_MAP(Code)
The int value representing the .method_map directive.



TYPE_OBFUSCATE
final public static int TYPE_OBFUSCATE(Code)
The int value representing the .obfuscate directive.



TYPE_OBFUSCATE_CLASS
final public static int TYPE_OBFUSCATE_CLASS(Code)
The int value representing the .obfuscate_class directive.



TYPE_OBFUSCATE_FIELD
final public static int TYPE_OBFUSCATE_FIELD(Code)
The int value representing the .obfuscate_field directive.



TYPE_OBFUSCATE_METHOD
final public static int TYPE_OBFUSCATE_METHOD(Code)
The int value representing the .obfuscate_method directive.



TYPE_OBFUSCATE_PACKAGE
final public static int TYPE_OBFUSCATE_PACKAGE(Code)
The int value representing the .obfuscate_package directive.



TYPE_PACKAGE
final public static int TYPE_PACKAGE(Code)
The int value representing the .package directive.



TYPE_PACKAGE_MAP
final public static int TYPE_PACKAGE_MAP(Code)
The int value representing the .package_map directive.



TYPE_PRESERVE
final public static int TYPE_PRESERVE(Code)
The int value representing the .rename directive.



TYPE_RENAME
final public static int TYPE_RENAME(Code)
The int value representing the .rename directive.



directiveTypes
final public static int[] directiveTypes(Code)
Holds the array with all possible int values representing the script file directives.



directives
final public static String[] directives(Code)
Holds the array with all possible script file directives.



optionTypes
final public static int[] optionTypes(Code)
Holds the array with all possible int values representing the additional options for the .class directive.



options
final public static String[] options(Code)
Holds an array with additional options possible for the .class directive.



preserveAttrs
public static String[] preserveAttrs(Code)
An array that contains all valid options for the .preserve directive.



renameAttrs
public static String[] renameAttrs(Code)
An array that contains all valid options for the .rename directive.



validAttrs
public static String[] validAttrs(Code)
An array that contains all valid options for the .attribute directive.





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