Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 26 Number of classfiles: 33
Problems: 165 (Errors: 0 Warnings: 165 )
Discouraged access: The type CommandManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
28 : import org.eclipse.wst.command.internal.env.core.CommandManager;
Discouraged access: The type TransientResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
29 : import org.eclipse.wst.command.internal.env.core.context.TransientResourceContext;
Discouraged access: The type DataFlowManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
30 : import org.eclipse.wst.command.internal.env.core.data.DataFlowManager;
Discouraged access: The type DataMappingRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
31 : import org.eclipse.wst.command.internal.env.core.data.DataMappingRegistryImpl;
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
32 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;
Discouraged access: The type FragmentListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
33 : import org.eclipse.wst.command.internal.env.core.fragment.FragmentListener;
Discouraged access: The type TransientResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
56 : TransientResourceContext resourceContext = (TransientResourceContext)PersistentResourceContext.getInstance().copy();
Discouraged access: The type TransientResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
56 : TransientResourceContext resourceContext = (TransientResourceContext)PersistentResourceContext.getInstance().copy();
Discouraged access: The type DataFlowManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
62 : DataFlowManager dataManager = new DataFlowManager( new DataMappingRegistryImpl(), environment_ );
Discouraged access: The constructor DataFlowManager(DataMappingRegistryImpl, IEnvironment) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
62 : DataFlowManager dataManager = new DataFlowManager( new DataMappingRegistryImpl(), environment_ );
Discouraged access: The type DataFlowManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
62 : DataFlowManager dataManager = new DataFlowManager( new DataMappingRegistryImpl(), environment_ );
Discouraged access: The constructor DataMappingRegistryImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
62 : DataFlowManager dataManager = new DataFlowManager( new DataMappingRegistryImpl(), environment_ );
Discouraged access: The type DataMappingRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
62 : DataFlowManager dataManager = new DataFlowManager( new DataMappingRegistryImpl(), environment_ );
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
67 : CommandFragment rootFragment = environment_.getRootCommandFragment();
Discouraged access: The type DataMappingRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
74 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();
Discouraged access: The constructor DataMappingRegistryImpl() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
74 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();
Discouraged access: The type DataMappingRegistryImpl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
74 : DataMappingRegistryImpl dataRegistry_ = new DataMappingRegistryImpl();
Discouraged access: The method registerDataMappings(DataMappingRegistry) from the type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
75 : rootFragment.registerDataMappings(dataRegistry_);
Discouraged access: The method moveForwardToNextStop(IProgressMonitor) from the type CommandFragmentEngine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
87 : operationManager_.moveForwardToNextStop( nullMonitor );
Discouraged access: The method getLastStatus() from the type CommandFragmentEngine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
89 : IStatus lastStatus = operationManager_.getLastStatus();
Discouraged access: The method undoToLastStop(IProgressMonitor) from the type CommandFragmentEngine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
94 : operationManager_.undoToLastStop( nullMonitor );
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
103 : private void createOperationManager(CommandFragment frag, DataFlowManager mgr, AntEnvironment env)
Discouraged access: The type DataFlowManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
103 : private void createOperationManager(CommandFragment frag, DataFlowManager mgr, AntEnvironment env)
Discouraged access: The method setPeekFragmentListener(FragmentListener) from the type CommandFragmentEngine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
107 : operationManager_.setPeekFragmentListener( new FragmentListener() { public boolean notify( CommandFragment fragment ) { return peekFragment( fragment ); } } );
Discouraged access: The type FragmentListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
108 : new FragmentListener()
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
110 : public boolean notify( CommandFragment fragment )
Discouraged access: The method setNextFragmentListener(FragmentListener) from the type CommandFragmentEngine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
116 : operationManager_.setNextFragmentListener( new FragmentListener() { public boolean notify( CommandFragment fragment ) { return nextFragment( fragment ); } } );
Discouraged access: The type FragmentListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
117 : new FragmentListener()
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
119 : public boolean notify( CommandFragment fragment )
Discouraged access: The method setUndoFragmentListener(FragmentListener) from the type CommandFragmentEngine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
125 : operationManager_.setUndoFragmentListener( new FragmentListener() { public boolean notify( CommandFragment fragment ) { return undoFragment( fragment ); } } );
Discouraged access: The type FragmentListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
126 : new FragmentListener()
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
128 : public boolean notify( CommandFragment fragment )
Discouraged access: The method setAfterExecuteFragmentListener(FragmentListener) from the type CommandFragmentEngine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
134 : operationManager_.setAfterExecuteFragmentListener( new FragmentListener() { public boolean notify( CommandFragment fragment ) { return afterExecuteNextFragment( fragment ); } } );
Discouraged access: The type FragmentListener is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
135 : new FragmentListener()
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
137 : public boolean notify( CommandFragment fragment )
Discouraged access: The type CommandManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
144 : protected CommandManager getOperationManager()
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
158 : protected boolean peekFragment( CommandFragment fragment )
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
171 : protected boolean nextFragment( CommandFragment fragment )
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
183 : protected boolean undoFragment( CommandFragment fragment )
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
188 : protected boolean afterExecuteNextFragment( CommandFragment fragment )
Discouraged access: The method getLastStatus() from the type CommandFragmentEngine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntController.java :
192 : IStatus commandStatus = operationManager_.getLastStatus();
Discouraged access: The type CommandManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
35 : import org.eclipse.wst.command.internal.env.core.CommandManager;
Discouraged access: The type TransientResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
36 : import org.eclipse.wst.command.internal.env.core.context.TransientResourceContext;
Discouraged access: The type BeanModifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
37 : import org.eclipse.wst.command.internal.env.core.data.BeanModifier;
Discouraged access: The type ClassEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
38 : import org.eclipse.wst.command.internal.env.core.data.ClassEntry;
Discouraged access: The type Transformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
39 : import org.eclipse.wst.command.internal.env.core.data.Transformer;
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
40 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;
Discouraged access: The type ClassEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
61 : private ClassEntry classEntry;
Discouraged access: The type TransientResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
88 : public AntEnvironment(AntController controller, TransientResourceContext context, IEclipseStatusHandler handler, Hashtable properties)
Discouraged access: The type TransientResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
96 : private void setContext(TransientResourceContext context)
Discouraged access: The method setOverwriteFilesEnabled(boolean) from the type TransientResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
102 : if( overwriteSet != null ) context.setOverwriteFilesEnabled( overwriteSet.booleanValue() );
Discouraged access: The method setCreateFoldersEnabled(boolean) from the type TransientResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
103 : if( createfolderSet != null ) context.setCreateFoldersEnabled( createfolderSet.booleanValue() );
Discouraged access: The method setCheckoutFilesEnabled(boolean) from the type TransientResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
104 : if( checkoutSet != null ) context.setCheckoutFilesEnabled( checkoutSet.booleanValue() );
Discouraged access: The constructor ClassEntry() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
144 : classEntry = new ClassEntry();
Discouraged access: The type ClassEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
144 : classEntry = new ClassEntry();
Discouraged access: The field setterList_ from the type ClassEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
149 : classEntry.setterList_= getSetterList(op);
Discouraged access: The type BeanModifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
266 : if (transform != null && transform instanceof BeanModifier/*dataTable.containsKey(property)*/)
Discouraged access: The type Transformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
335 : if (transform instanceof Transformer)
Discouraged access: The type Transformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
337 : Transformer transformer = (Transformer)transform;
Discouraged access: The type Transformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
337 : Transformer transformer = (Transformer)transform;
Discouraged access: The method transform(Object) from the type Transformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
339 : param = transformer.transform(mapping.value_);
Discouraged access: The type BeanModifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
341 : else if (mapping.map_ != null && transform instanceof BeanModifier)
Discouraged access: The type BeanModifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
343 : BeanModifier modifier = (BeanModifier)transform;
Discouraged access: The type BeanModifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
343 : BeanModifier modifier = (BeanModifier)transform;
Discouraged access: The method modify(Object, Object) from the type BeanModifier is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
346 : modifier.modify(param, mapping.map_);
Discouraged access: The field getterList_ from the type ClassEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
388 : if (classEntry.getterList_ == null)
Discouraged access: The field getterList_ from the type ClassEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
390 : classEntry.getterList_ = getGetterList(mapping.operation_);
Discouraged access: The field getterList_ from the type ClassEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
393 : for( int index = 0; index < classEntry.getterList_.size(); index++ )
Discouraged access: The field getterList_ from the type ClassEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
395 : Method getter = (Method)classEntry.getterList_.elementAt( index );
Discouraged access: The field setterList_ from the type ClassEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
432 : for (Iterator iterator = classEntry.setterList_.iterator(); iterator.hasNext();)
Discouraged access: The field setterList_ from the type ClassEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
460 : for (Iterator iterator = classEntry.setterList_.iterator(); iterator.hasNext();) {
Discouraged access: The field setterList_ from the type ClassEntry is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
523 : for (Iterator iterator = classEntry.setterList_.iterator(); iterator.hasNext();) {
Discouraged access: The type CommandManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
550 : public CommandManager getCommandManager (){
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
554 : public CommandFragment getRootCommandFragment()
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
573 : if (obj instanceof org.eclipse.wst.command.internal.env.core.fragment.CommandFragment)
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntEnvironment.java :
575 : return (org.eclipse.wst.command.internal.env.core.fragment.CommandFragment)obj;
Discouraged access: The type DataFlowManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntOperationManager.java :
15 : import org.eclipse.wst.command.internal.env.core.data.DataFlowManager;
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntOperationManager.java :
16 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragment;
Discouraged access: The type CommandFragmentEngine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntOperationManager.java :
17 : import org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine;
Discouraged access: The type CommandFragmentEngine is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntOperationManager.java :
28 : public class AntOperationManager extends CommandFragmentEngine
Discouraged access: The type CommandFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntOperationManager.java :
54 : public AntOperationManager( CommandFragment startFragment, DataFlowManager dataManager, AntEnvironment environment )
Discouraged access: The type DataFlowManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntOperationManager.java :
54 : public AntOperationManager( CommandFragment startFragment, DataFlowManager dataManager, AntEnvironment environment )
Discouraged access: The constructor CommandFragmentEngine(CommandFragment, DataFlowManager, IEnvironment) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
AntOperationManager.java :
56 : super( startFragment, dataManager, environment );
Discouraged access: The type Transformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
String2BooleanTransformer.java :
13 : import org.eclipse.wst.command.internal.env.core.data.Transformer;
Discouraged access: The type Transformer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
String2BooleanTransformer.java :
15 : public class String2BooleanTransformer implements Transformer {
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation
CommandLine.java :
389 : super( MessageFormat.format( message, args ) );
The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation
CommandLine.java :
407 : super( MessageFormat.format( message, args ) );
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceOutputStream.java :
20 : import org.eclipse.wst.command.internal.env.core.context.ResourceContext;
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceOutputStream.java :
33 : ResourceContext fResourceContext;
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceOutputStream.java :
57 : ResourceContext resourceContext,
Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
45 : import org.eclipse.wst.command.internal.env.core.common.StatusUtils;
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
46 : import org.eclipse.wst.command.internal.env.core.context.ResourceContext;
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
200 : static public void copyFile( ResourceContext resourceContext,
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
233 : public static boolean deleteFile( ResourceContext resourceContext,
Discouraged access: The method isOverwriteFilesEnabled() from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
241 : if (!resourceContext.isOverwriteFilesEnabled())
Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
244 : = StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_OVERWRITE_DISABLED,
Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
244 : = StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_OVERWRITE_DISABLED, new Object[]{ file.getParent().getFullPath().toString(), file.getName()}) );
Discouraged access: The method setOverwriteFilesEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
254 : resourceContext.setOverwriteFilesEnabled(true);
Discouraged access: The method isCheckoutFilesEnabled() from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
262 : if (!resourceContext.isCheckoutFilesEnabled())
Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
265 : = StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_CHECKOUT_DISABLED,
Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
265 : = StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_CHECKOUT_DISABLED, new Object[]{ file.getParent().getFullPath().toString(), file.getName()}) );
Discouraged access: The method setCheckoutFilesEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
274 : resourceContext.setCheckoutFilesEnabled(true);
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
304 : public static boolean deleteFolder( ResourceContext resourceContext,
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
357 : ResourceContext resourceContext,
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
428 : ResourceContext resourceContext,
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
475 : ResourceContext context,
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
502 : ResourceContext resourceContext,
Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
531 : throw new CoreException( StatusUtils.warningStatus(
Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
531 : throw new CoreException( StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FOLDER_CREATION_DISABLED, new Object[]{ parentPath.toString(), folderPath} ) ) );
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
542 : ResourceContext resourceContext,
Discouraged access: The method isCreateFoldersEnabled() from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
555 : if (!resourceContext.isCreateFoldersEnabled())
Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
558 : StatusUtils.warningStatus(
Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
558 : StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FOLDER_CREATION_DISABLED, new Object[]{ parent.getFullPath().toString(), folderName} ) ),
Discouraged access: The method setCreateFoldersEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
569 : resourceContext.setCreateFoldersEnabled(true);
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
599 : ResourceContext resourceContext,
Discouraged access: The method isOverwriteFilesEnabled() from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
646 : if( !resourceContext.isOverwriteFilesEnabled() )
Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
649 : StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_OVERWRITE_DISABLED,
Discouraged access: The method warningStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
649 : StatusUtils.warningStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_OVERWRITE_DISABLED, new Object[] {parent.getFullPath().toString(),fileName}) ),
Discouraged access: The method setOverwriteFilesEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
659 : resourceContext.setOverwriteFilesEnabled(true);
Discouraged access: The method isCheckoutFilesEnabled() from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
677 : if( !resourceContext.isCheckoutFilesEnabled() )
Discouraged access: The type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
680 : StatusUtils.errorStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_CHECKOUT_DISABLED,
Discouraged access: The method errorStatus(String) from the type StatusUtils is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
680 : StatusUtils.errorStatus( NLS.bind(EnvironmentMessages.MSG_ERROR_FILE_CHECKOUT_DISABLED, new Object[]{ parent.getFullPath().toString(),fileName} ) ),
Discouraged access: The method setCheckoutFilesEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
690 : resourceContext.setCheckoutFilesEnabled(true);
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
745 : ResourceContext resourceContext,
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
783 : ResourceContext resourceContext,
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
FileResourceUtils.java :
826 : ResourceContext resourceContext,
Discouraged access: The type Context is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentContext.java :
15 : import org.eclipse.wst.command.internal.env.core.context.Context;
Discouraged access: The type Context is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentContext.java :
23 : public abstract class PersistentContext implements Context
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
13 : import org.eclipse.wst.command.internal.env.core.context.ResourceContext;
Discouraged access: The type ResourceDefaults is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
14 : import org.eclipse.wst.command.internal.env.core.context.ResourceDefaults;
Discouraged access: The type TransientResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
15 : import org.eclipse.wst.command.internal.env.core.context.TransientResourceContext;
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
19 : public class PersistentResourceContext extends PersistentContext implements ResourceContext
Discouraged access: The field PREFERENCE_OVERWRITE from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
41 : setDefault(PREFERENCE_OVERWRITE, ResourceDefaults
Discouraged access: The type ResourceDefaults is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
41 : setDefault(PREFERENCE_OVERWRITE, ResourceDefaults
Discouraged access: The method getOverwriteFilesDefault() from the type ResourceDefaults is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
41 : setDefault(PREFERENCE_OVERWRITE, ResourceDefaults .getOverwriteFilesDefault());
Discouraged access: The field PREFERENCE_CREATE_FOLDERS from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
43 : setDefault(PREFERENCE_CREATE_FOLDERS, ResourceDefaults
Discouraged access: The type ResourceDefaults is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
43 : setDefault(PREFERENCE_CREATE_FOLDERS, ResourceDefaults
Discouraged access: The method getCreateFoldersDefault() from the type ResourceDefaults is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
43 : setDefault(PREFERENCE_CREATE_FOLDERS, ResourceDefaults .getCreateFoldersDefault());
Discouraged access: The field PREFERENCE_CHECKOUT from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
45 : setDefault(PREFERENCE_CHECKOUT, ResourceDefaults.getCheckoutFilesDefault());
Discouraged access: The type ResourceDefaults is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
45 : setDefault(PREFERENCE_CHECKOUT, ResourceDefaults.getCheckoutFilesDefault());
Discouraged access: The method getCheckoutFilesDefault() from the type ResourceDefaults is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
45 : setDefault(PREFERENCE_CHECKOUT, ResourceDefaults.getCheckoutFilesDefault());
Discouraged access: The field PREFERENCE_OVERWRITE from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
50 : setValue(PREFERENCE_OVERWRITE, enable);
Discouraged access: The field PREFERENCE_OVERWRITE from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
55 : return getValueAsBoolean(PREFERENCE_OVERWRITE);
Discouraged access: The field PREFERENCE_CREATE_FOLDERS from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
60 : setValue(PREFERENCE_CREATE_FOLDERS, enable);
Discouraged access: The field PREFERENCE_CREATE_FOLDERS from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
65 : return getValueAsBoolean(PREFERENCE_CREATE_FOLDERS);
Discouraged access: The field PREFERENCE_CHECKOUT from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
70 : setValue(PREFERENCE_CHECKOUT, enable);
Discouraged access: The field PREFERENCE_CHECKOUT from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
75 : return getValueAsBoolean(PREFERENCE_CHECKOUT);
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
78 : public ResourceContext copy()
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
80 : ResourceContext cc = new TransientResourceContext();
Discouraged access: The constructor TransientResourceContext() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
80 : ResourceContext cc = new TransientResourceContext();
Discouraged access: The type TransientResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
80 : ResourceContext cc = new TransientResourceContext();
Discouraged access: The method setOverwriteFilesEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
81 : cc.setOverwriteFilesEnabled(isOverwriteFilesEnabled());
Discouraged access: The method setCreateFoldersEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
82 : cc.setCreateFoldersEnabled(isCreateFoldersEnabled());
Discouraged access: The method setCheckoutFilesEnabled(boolean) from the type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
PersistentResourceContext.java :
83 : cc.setCheckoutFilesEnabled(isCheckoutFilesEnabled());
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
BaseEclipseEnvironment.java :
13 : import org.eclipse.wst.command.internal.env.core.context.ResourceContext;
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
BaseEclipseEnvironment.java :
26 : public ResourceContext getResourceContext();
Discouraged access: The type CommandManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
EclipseEnvironment.java :
13 : import org.eclipse.wst.command.internal.env.core.CommandManager;
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
EclipseEnvironment.java :
14 : import org.eclipse.wst.command.internal.env.core.context.ResourceContext;
Discouraged access: The type CommandManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
EclipseEnvironment.java :
31 : private CommandManager commandManager_ = null;
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
EclipseEnvironment.java :
33 : private ResourceContext resourceContext_ = null;
Discouraged access: The type CommandManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
EclipseEnvironment.java :
37 : public EclipseEnvironment( CommandManager commandManager,
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
EclipseEnvironment.java :
38 : ResourceContext resourceContext,
Discouraged access: The type CommandManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
EclipseEnvironment.java :
56 : public CommandManager getCommandManager()
Discouraged access: The type ResourceContext is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
EclipseEnvironment.java :
102 : public ResourceContext getResourceContext()
Discouraged access: The type CommandManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.command.env.core/@dot
EclipseEnvironment.java :
107 : public void setCommandManager( CommandManager manager )