A C D E G I J L P S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.benjholla.wbp - package com.benjholla.wbp
- com.benjholla.wbp.core - package com.benjholla.wbp.core
- com.benjholla.wbp.log - package com.benjholla.wbp.log
- com.benjholla.wbp.preferences - package com.benjholla.wbp.preferences
- com.benjholla.wbp.ui - package com.benjholla.wbp.ui
- COPY_TRANSLATOR_RUNTIME_JARS - Static variable in class com.benjholla.wbp.preferences.WBPPreferences
-
Enable/disable copying translator runtime jars
- COPY_TRANSLATOR_RUNTIME_JARS_DEFAULT - Static variable in class com.benjholla.wbp.preferences.WBPPreferences
- COPY_TRANSLATOR_RUNTIME_JARS_DESCRIPTION - Static variable in class com.benjholla.wbp.ui.WBPPreferencePage
- createWarBinaryProject(String, IPath, File, IProgressMonitor) - Static method in class com.benjholla.wbp.core.WarToJimple
-
Creates an Eclipse project from WAR file General Overview: 1) Unpack the WAR file and dump contents in an empty Eclipse Java project 2) Add all the jar files found in the
/WEB-INF directory to the classpath 3) Run ANT tasks to translate JSP pages to Class files and output to /WEB-INF/classes/* 4) JAR generated Class files into /WEB-INF/classes.jar 5) Convert classes.jar to Jimple and output to /WEB-INF/jimple/*
All Classes All Packages