org.topcased.service.plugincustomization.epf
Class TransformEpf
java.lang.Object
org.topcased.service.plugincustomization.epf.TransformEpf
public class TransformEpf
- extends java.lang.Object
Transform a Eclipse Preferences File (.epf) in a plugin_customization.ini
Filter file .epf in '/instance/'. Copy line to line even if the line begin by
'/instance/'. (Not copy '/instance/')
Constructor Summary |
TransformEpf(java.lang.String pathEpf,
java.lang.String pathPci)
Constructor |
Method Summary |
boolean |
CreatePluginCustomization()
Create 'plugin_customization.ini' file Transform a Eclipse Preferences
File (.epf) in a 'plugin_customization.ini'. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformEpf
public TransformEpf(java.lang.String pathEpf,
java.lang.String pathPci)
- Constructor
- Parameters:
pathEpf
- : path of the ecplise preferences file (.epf)pathPci
- : path of the file plugin_customization.ini
CreatePluginCustomization
public boolean CreatePluginCustomization()
- Create 'plugin_customization.ini' file Transform a Eclipse Preferences
File (.epf) in a 'plugin_customization.ini'. Copy line to line even if
the line begin by '/instance/'. (But not copy '/instance/')
- Returns:
- true if 'plugin_customization.ini' is created
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.