Update internal packages export in LTTng 2.0 control + update java doc
authorBernd Hufmann <bhufmann@gmail.com>
Fri, 4 May 2012 18:54:43 +0000 (14:54 -0400)
committerBernd Hufmann <bhufmann@gmail.com>
Fri, 4 May 2012 18:55:04 +0000 (14:55 -0400)
127 files changed:
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/IBaseEventInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/IChannelInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/IDomainInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/IEventInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/IProbeEventInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/ISessionInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/ITraceInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/IUstProviderInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/LogLevelType.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/TargetNodeState.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/TraceEnablement.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/TraceEventType.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/TraceLogLevel.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/TraceSessionState.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/impl/BaseEventInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/impl/ChannelInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/impl/DomainInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/impl/EventInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/impl/ProbeEventInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/impl/SessionInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/impl/TraceInfo.java
org.eclipse.linuxtools.lttng2.core/src/org/eclipse/linuxtools/internal/lttng2/core/control/model/impl/UstProviderInfo.java
org.eclipse.linuxtools.lttng2.ui/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/ControlView.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/AddContextDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/ConfirmDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/CreateSessionDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/EnableChannelDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/EnableEventsDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/EnableKernelEventComposite.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/EnableUstEventsComposite.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/GetEventInfoDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/IAddContextDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/IConfirmDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/ICreateSessionDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/IEnableChannelDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/IEnableEventsDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/IEnableKernelEvents.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/IEnableUstEvents.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/IGetEventInfoDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/IImportConfirmationDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/IImportDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/INewConnectionDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/ImportConfirmationDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/ImportDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/ImportFileInfo.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/NewConnectionDialog.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/dialogs/TraceControlDialogFactory.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/AddContextOnChannelHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/AddContextOnDomainHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/AddContextOnEventHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/AssignEventHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/BaseAddContextHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/BaseControlViewHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/BaseEnableChannelHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/BaseEnableEventHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/BaseNodeHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/CalibrateHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/ChangeChannelStateHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/ChangeEventStateHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/ChangeSessionStateHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/ChannelCommandParameter.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/CommandParameter.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/ConnectHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/CreateSessionHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/DeleteHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/DestroySessionHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/DisableChannelHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/DisableEventHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/DisconnectHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/DomainCommandParameter.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/EnableChannelHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/EnableChannelOnDomainHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/EnableChannelOnSessionHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/EnableEventHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/EnableEventOnChannelHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/EnableEventOnDomainHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/EnableEventOnSessionHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/EventCommandParameter.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/ImportHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/NewConnectionHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/RefreshHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/StartHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/handlers/StopHandler.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/logging/ControlCommandLogger.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/messages/Messages.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/ITraceControlComponent.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/ITraceControlComponentChangedListener.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/BaseEventComponent.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/KernelProviderComponent.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/TargetNodeComponent.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/TraceChannelComponent.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/TraceControlComponent.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/TraceControlContentProvider.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/TraceControlLabelProvider.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/TraceControlRoot.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/TraceDomainComponent.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/TraceEventComponent.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/TraceProbeEventComponent.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/TraceProviderGroup.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/TraceSessionComponent.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/TraceSessionGroup.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/model/impl/UstProviderComponent.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/preferences/ControlPreferenceInitializer.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/preferences/ControlPreferencePage.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/preferences/ControlPreferences.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/property/BaseEventPropertySource.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/property/BasePropertySource.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/property/KernelProviderPropertySource.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/property/TargetNodePropertySource.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/property/TraceChannelPropertySource.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/property/TraceDomainPropertySource.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/property/TraceEventPropertySource.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/property/TraceProbeEventPropertySource.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/property/TraceSessionPropertySource.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/property/UstProviderPropertySource.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/remote/CommandResult.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/remote/CommandShell.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/remote/ICommandResult.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/remote/ICommandShell.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/remote/IRemoteSystemProxy.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/remote/RemoteSystemProxy.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/service/ILttngControlService.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/service/LTTngControlService.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/service/LTTngControlServiceConstants.java
org.eclipse.linuxtools.lttng2.ui/src/org/eclipse/linuxtools/internal/lttng2/ui/views/control/service/LTTngControlServiceFactory.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/uml2sd/SDView.java

index 97b9b7b28d5b4dea5d3c99a0a957bf5c25f4939e..d7aac5a449475597866db74e268b786731379ae6 100644 (file)
 package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 
 /**
- * <b><u>IBaseEventInfo</u></b>
  * <p>
  * Interface for retrieval of basic trace event information.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IBaseEventInfo extends ITraceInfo {
 
index 974ab74d07d00d2f6f0d000d81d556436d5884bf..fc0832a6150fe7ec72f0e290a59204ffe613dcf5 100644 (file)
@@ -14,10 +14,11 @@ package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 import java.util.List;
 
 /**
- * <b><u>IChannelInfo</u></b>
  * <p>
  * Interface for retrieval of trace channel information.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IChannelInfo extends ITraceInfo {
 
index 655f563c2015aa83e3d2c84b41fb7536bb5b422d..02022c6b2323d4bb77b4496686177b2e9c2d4147 100644 (file)
@@ -14,12 +14,12 @@ package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 import java.util.List;
 
 /**
- * <b><u>IDomainInfo</u></b>
  * <p>
  * Interface for retrieval of trace domain information.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
-
 public interface IDomainInfo extends ITraceInfo {
     
     /**
index 5403b2d98ff5cc82165656abf052a131f9641eee..e26a51c656d1a808c8f72bb217bf36cfb506ba5e 100644 (file)
 package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 
 /**
- * <b><u>IEventInfo</u></b>
  * <p>
  * Interface for retrieval of trace event information.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IEventInfo extends IBaseEventInfo {
 
index fcaccd7a1f3200e4ce25b1da97fb0cc2b2073bc0..ec0b3f2b897d43dfdf4f96d8ca4443f42695b170 100644 (file)
 package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 
 /**
- * <b><u>IProbeEventInfo</u></b>
  * <p>
  * Interface for retrieval of probe event information.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IProbeEventInfo extends IEventInfo {
 
index 69b80a43b6d5f42d2d4875a918bc271e8dd5b557..3850c601027659afd74bf8ee0768f2c279891e45 100644 (file)
@@ -14,10 +14,11 @@ package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 import java.util.List;
 
 /**
- * <b><u>ISessionInfo</u></b>
  * <p>
  * Interface for retrieval of trace session information.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface ISessionInfo extends ITraceInfo {
 
index 2bab05b4296d9d984320053e938c58d24de4e426..b8d677d36ea223ecd1fcb1550f0b9c17bbf534cb 100644 (file)
 package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 
 /**
- * <b><u>ITraceInfo</u></b>
  * <p>
  * Interface for retrieve trace comon information.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
-
 public interface ITraceInfo {
     /**
      * @return the name of the information element.
index 0b20ff4558cd824ac15c6908b640fdad45acbbd2..1c5c86d897fb655232751de03445610a21a3eff4 100644 (file)
@@ -14,10 +14,11 @@ package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 import java.util.List;
 
 /**
- * <b><u>IUstProviderInfo</u></b>
  * <p>
  * Interface for retrieval of UST provider information.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IUstProviderInfo extends ITraceInfo {
    
index 5cc85c84c0445b84802785bb77eaaae4141116f3..3c38e27391b4f1dc4a60d57b9c9952ed800034db 100644 (file)
 package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 
 /**
- * <b><u>LogLevelType</u></b>
  * <p>
  * Type of log Level enumeration.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public enum LogLevelType {
     
index 7d358eaa345dd073f76398ac24bdbe0ab71872e9..c127174eb65ac825b1a60cdc5ddebfcbcf1136fb 100644 (file)
 package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 
 /**
- * <b><u>TargetNodeState</u></b>
  * <p>
  *  Enumeration for the node connection state. 
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public enum TargetNodeState {
      DISCONNECTED, 
index 154295e866368dd02d73ee07bb88848a4a18cbb7..a8a50d1f2eb82cb9ec7f20713d4e70976a6b1407 100644 (file)
 package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 
 /**
- * <b><u>TraceEnablement</u></b>
  * <p>
  * Enumeration for enabled/disabled states.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public enum TraceEnablement {
 
index 477e2269366bf2178cc66fe73f913c393a0dd2bb..0650831a9652dcfc3dbeee7ee36862b65d10ffa9 100644 (file)
 package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 
 /**
- * <b><u>TraceEventType</u></b>
  * <p>
  * Trace event type enumeration.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public enum TraceEventType { 
     TRACEPOINT("tracepoint"), //$NON-NLS-1$
index fa682122843c59d03fefff1919e289ca669f9609..894989b203a82dea9cc3d329c21a64accb822e8c 100644 (file)
 package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 
 /**
- * <b><u>TraceLogLevels</u></b>
  * <p>
  * Log Level enumeration.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 @SuppressWarnings("nls")
 public enum TraceLogLevel {
index 2a2fb44e6107f3acc594b41f2e5d5fec172d6484..3f1f0d18a800e9646de461642657206aba67c905 100644 (file)
 package org.eclipse.linuxtools.internal.lttng2.core.control.model;
 
 /**
- * <b><u>TraceSessionState</u></b>
  * <p>
  * Session state enumeration.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public enum TraceSessionState {
     
index 6dbb8ec2b76cb702c6f38e18a1a7ddc6d0215703..642cce68c1c0aef9fbf6c950526bb3df88f3939f 100644 (file)
@@ -16,11 +16,12 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceEventType;
 import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceLogLevel;
 
 /**
-* <b><u>BaseEventInfo</u></b>
 * <p>
 * Implementation of the basic trace event interface (IEventInfo) to store event
 * related data. 
 * </p>
+* 
+* @author Bernd Hufmann
 */
 public class BaseEventInfo extends TraceInfo implements IBaseEventInfo {
 
index f9b2fc5a2fe815be5f96bd4eadaea226f2f149d0..1eb55202630088570a433392af2f11ee0ae407ba 100644 (file)
@@ -20,11 +20,12 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.IEventInfo;
 import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceEnablement;
 
 /**
- * <b><u>ChannelInfo</u></b>
  * <p>
  * Implementation of the trace channel interface (IChannelInfo) to store channel
  * related data. 
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class ChannelInfo extends TraceInfo implements IChannelInfo {
 
index bf7c3c9457aed1b7c9ade6a2cbe2321e6bdb06c1..31681db2c299d9492b98ff76a367f396a449e112 100644 (file)
@@ -19,11 +19,12 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.IChannelInfo;
 import org.eclipse.linuxtools.internal.lttng2.core.control.model.IDomainInfo;
 
 /**
- * <b><u>DomainInfo</u></b>
  * <p>
  * Implementation of the trace domain interface (IDomainInfo) to store domain
  * related data. 
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class DomainInfo extends TraceInfo implements IDomainInfo {
 
index e11c834222935cbb91752ea4e877c7f51e02de73..c0bf36dc5766e0c26c9bb8f46e67674e5d0a06a2 100644 (file)
@@ -15,11 +15,12 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.IEventInfo;
 import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceEnablement;
 
 /**
-* <b><u>EventInfo</u></b>
 * <p>
 * Implementation of the trace event interface (IEventInfo) to store event
 * related data. 
 * </p>
+* 
+* @author Bernd Hufmann
 */
 public class EventInfo extends BaseEventInfo implements IEventInfo {
 
index d88eb934219667ce0b7a19a8e7930b06ef392289..dc6d00cc9fc6fecc6254044a6995fa392062e4fb 100644 (file)
@@ -14,11 +14,12 @@ package org.eclipse.linuxtools.internal.lttng2.core.control.model.impl;
 import org.eclipse.linuxtools.internal.lttng2.core.control.model.IProbeEventInfo;
 
 /**
-* <b><u>ProbleEventInfo</u></b>
 * <p>
 * Implementation of the trace event interface (IProbeEventInfo) to store probe event
 * related data. 
 * </p>
+* 
+* @author Bernd Hufmann
 */
 public class ProbeEventInfo extends EventInfo implements IProbeEventInfo {
 
index 350d6cd101343b8d66fd5429a3dd8c5381f0cba4..7261251ef656397cecd0831ff05c87ed70e10ef5 100644 (file)
@@ -20,11 +20,12 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.ISessionInfo;
 import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceSessionState;
 
 /**
- * <b><u>SessionInfo</u></b>
  * <p>
  * Implementation of the trace session interface (ISessionInfo) to store session
  * related data. 
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class SessionInfo extends TraceInfo implements ISessionInfo {
 
index 87d0f8b3bd159dbc7a0bb069eba2e888124dd5b4..e5f1234caddd5d994c15c266f5926ce54a69026e 100644 (file)
@@ -14,11 +14,12 @@ package org.eclipse.linuxtools.internal.lttng2.core.control.model.impl;
 import org.eclipse.linuxtools.internal.lttng2.core.control.model.ITraceInfo;
 
 /**
- * <b><u>TraceInfo</u></b>
  * <p>
  * Implementation of the base trace information interface (ITraceInfo) to
  * store common data.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceInfo implements ITraceInfo {
 
index 40030e74a189a7eb1f67cd1d2fe8c3756ef38ad5..1f166d5514548ea0a7c6a739aac4d3add17524df 100644 (file)
@@ -19,11 +19,12 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.IBaseEventInfo;
 import org.eclipse.linuxtools.internal.lttng2.core.control.model.IUstProviderInfo;
 
 /**
- * <b><u>UstProviderInfo</u></b>
  * <p>
  * Implementation of the Ust Provider interface (IUstProviderInfo) to store UST 
  * provider related data. 
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class UstProviderInfo extends TraceInfo implements IUstProviderInfo {
 
index a3d62b6adee638e7948abf52c132e82ffe295107..fc8a01818b0c271de388850c9b184db621698da0 100644 (file)
@@ -20,4 +20,14 @@ Require-Bundle: org.eclipse.ui;bundle-version="3.7.0",
  org.eclipse.rse.services;bundle-version="3.2.100",
  org.eclipse.rse.subsystems.files.core;bundle-version="3.2.100",
  org.eclipse.rse.ui;bundle-version="3.2.0"
-Export-Package: org.eclipse.linuxtools.internal.lttng2.ui.views.control;x-friends:="org.eclipse.linuxtools.lttng2.kernel.ui"
+Export-Package: org.eclipse.linuxtools.internal.lttng2.ui.views.control;x-friends:="org.eclipse.linuxtools.lttng2.kernel.ui",
+ org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs;x-internal:=true,
+ org.eclipse.linuxtools.internal.lttng2.ui.views.control.handlers;x-internal:=true,
+ org.eclipse.linuxtools.internal.lttng2.ui.views.control.logging;x-internal:=true,
+ org.eclipse.linuxtools.internal.lttng2.ui.views.control.messages;x-internal:=true,
+ org.eclipse.linuxtools.internal.lttng2.ui.views.control.model;x-internal:=true,
+ org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl;x-internal:=true,
+ org.eclipse.linuxtools.internal.lttng2.ui.views.control.preferences;x-internal:=true,
+ org.eclipse.linuxtools.internal.lttng2.ui.views.control.property;x-internal:=true,
+ org.eclipse.linuxtools.internal.lttng2.ui.views.control.remote;x-internal:=true,
+ org.eclipse.linuxtools.internal.lttng2.ui.views.control.service;x-internal:=true
index a3765dcfcbd28c43f92a1c84ca68ae1d211f7153..b9ad132c15143d099ff7bd88b87a8475dfe1dd14 100644 (file)
@@ -34,10 +34,11 @@ import org.eclipse.ui.part.ViewPart;
 import org.eclipse.ui.progress.UIJob;
 
 /**
- * <b><u>ControlView</u></b>
  * <p>
  * View implementation for Trace Control. 
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class ControlView extends ViewPart implements ITraceControlComponentChangedListener {
 
index 10c8e813041bc1cc1e4b79daf7856a31edaa5f32..a1503f83873962ca89532ff250ea768a55931a3d 100644 (file)
@@ -35,10 +35,11 @@ import org.eclipse.swt.widgets.Group;
 import org.eclipse.swt.widgets.Shell;
 
 /**
- * <b><u>AddContextDialog</u></b>
  * <p>
  * Dialog box for collecting information about contexts to be added to channels/events.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class AddContextDialog extends Dialog implements IAddContextDialog  {
 
index 3be9a31ac88236a0b7a8b949c2b14fe68adedc50..213e3d9d9fa75ed703bb3f021465fc718f5f6722 100644 (file)
@@ -18,10 +18,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.messages.Messages
 import org.eclipse.swt.widgets.Shell;
 
 /**
- * <b><u>ConfirmDialog</u></b>
  * <p>
  * Confirmation dialog implementation.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 
 public class ConfirmDialog implements IConfirmDialog {
index 50d06043c437c66ec22ce408d65dd7780afe657b..11e800518665af6cf5c432d94e26094dbb258630 100644 (file)
@@ -34,10 +34,11 @@ import org.eclipse.swt.widgets.Shell;
 import org.eclipse.swt.widgets.Text;
 
 /**
- * <b><u>CreateSessionDialog</u></b>
  * <p>
  * Dialog box for collecting session creation information.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class CreateSessionDialog extends Dialog implements ICreateSessionDialog {
 
index 663ecb91452f53062e4c66339d633046364d74f4..a8eca3cd87327dd32e9e8d82a00daa1040f519aa 100644 (file)
@@ -33,10 +33,11 @@ import org.eclipse.swt.widgets.Shell;
 import org.eclipse.swt.widgets.Text;
 
 /**
- * <b><u>EnableChannelDialog</u></b>
  * <p>
  * Dialog box for collecting channel information when enabling a channel (which will be created).
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class EnableChannelDialog extends Dialog implements IEnableChannelDialog {
 
index 57d68ddda70550137483ffd09c7d504e2519bf60..cd48a2ff53638c4d215e9e98529b5f1dbcb0db68 100644 (file)
@@ -34,10 +34,11 @@ import org.eclipse.swt.widgets.Group;
 import org.eclipse.swt.widgets.Shell;
 
 /**
- * <b><u>EnableEventsDialog</u></b>
  * <p>
  * Dialog box for collecting information events to be enabled.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class EnableEventsDialog extends Dialog implements IEnableEventsDialog  {
 
index 5f3fbfe18ca3f8bd498b30a2d078148c946bca2c..ee808066264ffcbda7ae989cc000834fea62c8ec 100644 (file)
@@ -38,10 +38,11 @@ import org.eclipse.swt.widgets.Label;
 import org.eclipse.swt.widgets.Text;
 
 /**
- * <b><u>EnableKernelEventsComposite</u></b>
  * <p>
  * A composite for collecting information about kernel events to be enabled.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class EnableKernelEventComposite extends Composite implements IEnableKernelEvents {
 
index 8669c5b2d3cfc91efec680c702861f9327dfe903..c4cf581d9dc7a5d539a661dd4b01df2c1b96ed17 100644 (file)
@@ -44,10 +44,11 @@ import org.eclipse.swt.widgets.Label;
 import org.eclipse.swt.widgets.Text;
 
 /**
- * <b><u>EnableUstEventsComposite</u></b>
  * <p>
  * A composite for collecting information about UST events to be enabled.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class EnableUstEventsComposite extends Composite implements IEnableUstEvents  {
 
index ce7e08fd0ccc3e7fdeef5edd4ae7a395257bb45f..eb3e8677c551797dc5436eb6489cae2a7707acdd 100644 (file)
@@ -34,10 +34,11 @@ import org.eclipse.swt.widgets.Group;
 import org.eclipse.swt.widgets.Shell;
 
 /**
- * <b><u>EnableEventsDialog</u></b>
  * <p>
  * Dialog box for collecting information about the events to enable.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class GetEventInfoDialog extends Dialog implements IGetEventInfoDialog {
 
index c8c0dd310f407c431d557112da15bffd11af4b08..5d1ef584fcde8116b56a13405496259fb0c3e20c 100644 (file)
@@ -14,10 +14,11 @@ package org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs;
 import java.util.List;
 
 /**
- * <b><u>IAddContextDialog</u></b>
  * <p>
  * Interface for providing information about contexts to be added to channels/events.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IAddContextDialog {
 
index 70f0cdf6773be71d29dc4cc1dc9b10fe2bc64e98..3e448005649ea25dd5786e6973c76046453c4c74 100644 (file)
@@ -14,10 +14,11 @@ package org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs;
 import org.eclipse.swt.widgets.Shell;
 
 /**
- * <b><u>IConfirmDialog</u></b>
  * <p>
  * Interface for a confirmation dialog.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IConfirmDialog {
     
index 7b4e24e02fdd8dbe46acb5cceb694341ab4f32ac..2b429514cddb23d803df73d845be12ab8def70ce 100644 (file)
@@ -14,10 +14,11 @@ package org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceSessionGroup;
 
 /**
- * <b><u>ICreateSessionDialog</u></b>
  * <p>
  * Interface for create session dialog.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface ICreateSessionDialog {
     
index 18f8873d44aa29f8c572d60d305e1fd83045b3e6..4e4ca6ad24475b068b3e39171f7d859c8f836462 100644 (file)
@@ -15,10 +15,11 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.IChannelInfo;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceDomainComponent;
 
 /**
- * <b><u>IEnableChannelDialog</u></b>
  * <p>
  * Interface for the enable channel dialog when domain is known.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IEnableChannelDialog {
     
index 434da29b6bbac1b2cd4ce53ffac14af2a7002c13..2ca0b65e3f23335ae9805a6d4216ece027225b4b 100644 (file)
@@ -15,10 +15,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceD
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceProviderGroup;
 
 /**
- * <b><u>IEnableKernelEvents</u></b>
  * <p>
  * Interface for providing information about Kernel or UST events to be enabled.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IEnableEventsDialog extends IEnableKernelEvents, IEnableUstEvents {
 
index 02266a117d6524567250df0ed340b6257aab0857..938204b6c02086df9c9a87b47ff643a7fd57d520 100644 (file)
@@ -14,10 +14,11 @@ package org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs;
 import java.util.List;
 
 /**
- * <b><u>IEnableKernelEvents</u></b>
  * <p>
  * Interface for providing information about kernel events to be enabled.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IEnableKernelEvents {
 
index ad19c58d428b4542f0da90c3653a902771d5cc07..035a0977d8d6cfd5db1c2aa3bc1198460e829513 100644 (file)
@@ -17,10 +17,11 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.LogLevelType;
 import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceLogLevel;
 
 /**
- * <b><u>IEnableKernelEvents</u></b>
  * <p>
  * Interface for providing information about UST events to be enabled.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IEnableUstEvents {
 
index 42c6bef3aa5f6030f00fbc922be5c3e5860e1910..4a2b52c4123d0e4f45d27b27e6ae6c9f9df24a0a 100644 (file)
@@ -15,10 +15,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceC
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceSessionComponent;
 
 /**
- * <b><u>IEnableEventsDialog</u></b>
  * <p>
  * Interface for a dialog box for collecting information about the events to enable.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IGetEventInfoDialog {
     
index 08906fe921b4444df9ff9891bb3bdf2204402e80..6adc29a1d59c6226838b858ad3cc886b36611e00 100644 (file)
  **********************************************************************/
 package org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs;
 
-
 /**
- * <b><u>IImportConfirmationDialog</u></b>
  * <p>
  * Interface for dialog box for updating file import information.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IImportConfirmationDialog {
     
index 66c7ea7602351d139f8a92cc30f803edc6f3aefa..59c32aa08ebc1986a37ba7eca38a94072505dd0b 100644 (file)
@@ -17,10 +17,11 @@ import org.eclipse.core.resources.IProject;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceSessionComponent;
 
 /**
- * <b><u>IImportDialog</u></b>
  * <p>
  * Interface for import traces dialog.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IImportDialog {
     
index 52e0919ba6cf3d702340cfc33b59aaa9b61f25a9..d6c662fbc8054631aae4eb9785dba80ad1a8cd21 100644 (file)
@@ -15,10 +15,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.ITraceContr
 import org.eclipse.rse.core.model.IHost;
 
 /**
- * <b><u>INewConnectionDialog</u></b>
  * <p>
  * Interface for connection information dialog.
  * </p>
+ * 
+ *  @author Bernd Hufmann
  */
 public interface INewConnectionDialog {
     
index 9a2292d660b07c7884eec1600d5e417adf4ea19d..75b035c467c18cb862c6ec32d63d6407eeff9bd6 100644 (file)
@@ -30,10 +30,11 @@ import org.eclipse.swt.widgets.Shell;
 import org.eclipse.swt.widgets.Text;
 
 /**
- * <b><u>CreateSessionDialog</u></b>
  * <p>
  * Dialog box for collecting session creation information.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class ImportConfirmationDialog extends Dialog implements IImportConfirmationDialog {
 
index 26e1da6a2f23c022defdf49a47309560c0866eb1..476dfd25fab1952da1695e7899fb5e9946500424 100644 (file)
@@ -51,10 +51,11 @@ import org.eclipse.ui.model.WorkbenchContentProvider;
 import org.eclipse.ui.model.WorkbenchLabelProvider;
 
 /**
- * <b><u>ImportDialog</u></b>
  * <p>
  * Dialog box for collecting trace import information.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class ImportDialog extends Dialog implements IImportDialog {
 
index 24bae8d4896c445d41142379a6a598dc73b0c977..40214ebf702a9fb22a410038e4b8a2fd8155140c 100644 (file)
@@ -14,23 +14,39 @@ package org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs;
 import org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile;
 
 /**
- * <b><u>ImportFileInfo</u></b>
  * <p>
  * Helper class for storing information about a remote file to import.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class ImportFileInfo {
 
     // ------------------------------------------------------------------------
     // Attributes
     // ------------------------------------------------------------------------
+    /**
+     * Remote file reference
+     */
     private IRemoteFile fRemoteFile;
+    /**
+     * Local Trace Name
+     */
     private String fLocalTraceName;
+    /**
+     * Global overwrite flag
+     */
     private boolean fIsOverwrite;
 
     // ------------------------------------------------------------------------
     // Constructors
     // ------------------------------------------------------------------------
+    /**
+     * Standard constructor
+     * @param file A remote file reference
+     * @param traceName A trace name
+     * @param isOverwrite global overwrite flag
+     */
     public ImportFileInfo(IRemoteFile file, String traceName, boolean isOverwrite) {
         fRemoteFile = file;
         fLocalTraceName = traceName;
index 32b86a9810752e7a350cd7bd8dc1a7e75d9b3a8a..7f149764ce0a0eee5f3b0fd330b5e119864c90ff 100644 (file)
@@ -36,10 +36,11 @@ import org.eclipse.swt.widgets.Shell;
 import org.eclipse.swt.widgets.Text;
 
 /**
- * <b><u>NewConnectionDialog</u></b>
  * <p>
  * Dialog box for connection information.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class NewConnectionDialog extends Dialog implements INewConnectionDialog {
 
index 8ef9e7c261c06292e760977ee44fa5eb0bd5a48d..71b3a8563440b420ec9c8a77efa1ccb6438704d2 100644 (file)
@@ -1,8 +1,27 @@
+/**********************************************************************
+ * Copyright (c) 2012 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors: 
+ *   Bernd Hufmann - Initial API and implementation
+ **********************************************************************/
 package org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs;
 
 import org.eclipse.ui.PlatformUI;
 
-
+/**
+ * <p>
+ * Factory for generating dialog boxes. It allows to overwrite the dialog implementation.
+ * Useful also for testing purposes.  
+ * </p>
+ * 
+ * @author Bernd Hufmann
+ *
+ */
 final public class TraceControlDialogFactory {
 
     // ------------------------------------------------------------------------
index f96e66bef845eecb88b32132522e0697bcc05610..a6f7a75542cb93c18f85d84b121490d6ad648ab0 100644 (file)
@@ -25,10 +25,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceS
 import org.eclipse.ui.IWorkbenchPage;
 
 /**
- * <b><u>AddContextOnChannelHandler</u></b>
  * <p>
  * Command handler implementation to add contexts to a given channel and all of its events.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class AddContextOnChannelHandler extends BaseAddContextHandler {
 
index 4abca7d250c55a17f59e0d7cadf04b1f1ba4b575..210f1f3127a4535e1d0098e6e1f7e103a1914c13 100644 (file)
@@ -25,10 +25,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceS
 import org.eclipse.ui.IWorkbenchPage;
 
 /**
- * <b><u>AddContextOnDomainHandler</u></b>
  * <p>
  * Command handler implementation to add contexts to all channels and all events.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class AddContextOnDomainHandler extends BaseAddContextHandler {
 
index 2c38850103c131252bcd5c48a68b4d3c95fc8308..ffea402da93f347526384cbbbf444ecb63b858f6 100644 (file)
@@ -25,10 +25,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceS
 import org.eclipse.ui.IWorkbenchPage;
 
 /**
- * <b><u>AddContextOnEventHandler</u></b>
  * <p>
  * Command handler implementation to add contexts to a given event.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class AddContextOnEventHandler extends BaseAddContextHandler {
 
index d3fc01e4de2d6c813c59f5e83fac6a83bdd81b10..dc61294c21b4914b3fdf715cacd7161c02e2a7a7 100644 (file)
@@ -40,11 +40,12 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.UstPro
 import org.eclipse.ui.IWorkbenchPage;
 
 /**
- * <b><u>AssignEventHandler</u></b>
  * <p>
  * Command handler implementation to assign events to a session and channel and enable/configure them.
  * This is done on the trace provider level.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class AssignEventHandler extends BaseControlViewHandler {
 
index 26f55820abbfc82a7904394577e01d0837f20a7b..5b911e14b27175e61411e83931f97639e3772eb0 100644 (file)
@@ -29,10 +29,11 @@ import org.eclipse.ui.PlatformUI;
 import org.eclipse.ui.progress.UIJob;
 
 /**
- * <b><u>BaseAddContextHandler</u></b>
  * <p>
  * Base command handler implementation to add contexts.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 abstract public class BaseAddContextHandler extends BaseControlViewHandler {
 
index 17c0e380f280ff796ed3de25c2c429d42dba04e5..99ff75b15dbbfe1352e24d328515f47d7d40eca9 100644 (file)
@@ -28,10 +28,11 @@ import org.eclipse.ui.IWorkbenchWindow;
 import org.eclipse.ui.PlatformUI;
 
 /**
- * <b><u>BaseControlViewHandler</u></b>
  * <p>
  * Abstract Command handler implementation for all control view handlers.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 abstract public class BaseControlViewHandler extends AbstractHandler {
 
index 6e33ff0a1d222aacfea2703d4c4fcdce9fd3c619..7af1edea2b5870a1a360b9926ed78e0e98cad6d8 100644 (file)
@@ -29,10 +29,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.messages.Messages
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceDomainComponent;
 
 /**
- * <b><u>BaseEnableChannelHandler</u></b>
  * <p>
  * Base implementation of a command handler to enable a trace channel.  
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 abstract class BaseEnableChannelHandler extends BaseControlViewHandler {
 
index 7cf68dfebd126c5e43b90fb597a26f704cc09cd7..4cf8ce4f1c37d66f71db62f7c3033390a2b0a25f 100644 (file)
@@ -34,10 +34,11 @@ import org.eclipse.ui.IWorkbenchWindow;
 import org.eclipse.ui.PlatformUI;
 
 /**
- * <b><u>EnableEventOnSessionHandler</u></b>
  * <p>
  * Base command handler implementation to enable events.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 abstract public class BaseEnableEventHandler extends BaseControlViewHandler {
 
index fe45ac63cb4f2603d263af28b24de3fd309551de..80dbe64ebc5847213c33b964aab67c6ecb569fe7 100644 (file)
@@ -18,10 +18,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.Target
 import org.eclipse.ui.IWorkbenchPage;
 
 /**
- * <b><u>BaseNodeHandler</u></b>
  * <p>
  * Command handler implementation to delete a target host.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 abstract public class BaseNodeHandler extends BaseControlViewHandler {
 
index fef64dd1fa739d43449cd2cd695a1198619ff281..48ed15fa99213e1e284c353d9e3c8a20abacd1c3 100644 (file)
@@ -31,10 +31,11 @@ import org.eclipse.ui.IWorkbenchWindow;
 import org.eclipse.ui.PlatformUI;
 
 /**
- * <b><u>CalibrateHandler</u></b>
  * <p>
  * Command handler implementation to execute command calibrate to quantify LTTng overhead.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class CalibrateHandler extends BaseControlViewHandler {
 
index 6268f1fb81fa4753e73a8e4c114b31bf2b81a9ec..9ea06971e741ae958fd878e76cb1f93f6b383386 100644 (file)
@@ -35,10 +35,11 @@ import org.eclipse.ui.IWorkbenchWindow;
 import org.eclipse.ui.PlatformUI;
 
 /**
- * <b><u>ChangeChannelStateHandler</u></b>
  * <p>
  * Abstract command handler implementation to enable or disabling a trace channel.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 abstract public class ChangeChannelStateHandler extends BaseControlViewHandler {
 
index ed93ebc2cafd7813c2cf78d9fb325acc9a022503..a87375d548cbb92bcbaffbb76aacaa626256fca3 100644 (file)
@@ -35,10 +35,11 @@ import org.eclipse.ui.IWorkbenchWindow;
 import org.eclipse.ui.PlatformUI;
 
 /**
- * <b><u>EnableChannelHandler</u></b>
  * <p>
  * Base Command handler implementation to enable or disabling a trace channel.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 abstract public class ChangeEventStateHandler extends BaseControlViewHandler {
 
index 10d3f9ec2c8bd7e8ca9acdbed339eb4374f190ad..bc39897bdddbdfd99fe3211b87ef67114172ec34 100644 (file)
@@ -33,10 +33,11 @@ import org.eclipse.ui.IWorkbenchWindow;
 import org.eclipse.ui.PlatformUI;
 
 /**
- * <b><u>ChangeSessionStateHandler</u></b>
  * <p>
  * Abstract command handler implementation to start or stop one or more trace sessions.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 abstract public class ChangeSessionStateHandler extends BaseControlViewHandler {
 
index b08b4adaca0c2fa437403d95be2af0b5ff3a3650..8f40a70c17f16cec7a3d4af68824d5ef46d1b5c0 100644 (file)
@@ -15,7 +15,9 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceC
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceSessionComponent;
 
 /**
- *  Class containing parameter for the command execution. 
+ * Class containing parameter for the command execution.
+ *  
+ * @author Bernd Hufmann
  */
 public class ChannelCommandParameter extends CommandParameter implements Cloneable {
 
index ccfb7c84e05f41131e0403432c88160eee94ca14..029346d41b24c185d0794ca9787b5a7205a1c05a 100644 (file)
@@ -14,7 +14,9 @@ package org.eclipse.linuxtools.internal.lttng2.ui.views.control.handlers;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceSessionComponent;
 
 /**
- *  Class containing parameter for the command execution. 
+ * Class containing parameter for the command execution.
+ * 
+ * @author Bernd Hufmann 
  */
 public class CommandParameter implements Cloneable {
 
index 5f9f44f48f780f508aa5efd83329fef8fd7052ee..0569674e66c4806ce6e6a9b76b9d642601a00e89 100644 (file)
@@ -16,10 +16,11 @@ import org.eclipse.core.commands.ExecutionException;
 import org.eclipse.linuxtools.internal.lttng2.core.control.model.TargetNodeState;
 
 /**
- * <b><u>ConnectHandler</u></b>
  * <p>
  * Command handler implementation to connect to a target host.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class ConnectHandler extends BaseNodeHandler {
 
index 0159b466874240a9f799a531ed9dd9e2f98dd137..a18cd3f94ffcf7547d1bfa268c5952f4202515b0 100644 (file)
@@ -29,10 +29,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceS
 import org.eclipse.ui.IWorkbenchPage;
 
 /**
- * <b><u>CreateSessionHandler</u></b>
  * <p>
  * Command handler implementation to create a trace session.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class CreateSessionHandler extends BaseControlViewHandler {
 
index 5ca9e5055d8558e7e6e148c84b15d0078a27bcf9..fa196e5787d5e558e769bb4aa4d547baa95d5077 100644 (file)
@@ -17,10 +17,11 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.TargetNodeState
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.ITraceControlComponent;
 
 /**
- * <b><u>DeleteHandler</u></b>
  * <p>
  * Command handler implementation to delete a target host.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class DeleteHandler extends BaseNodeHandler {
 
index 942838a8f328059dfdce5e43e252c5ebd4b2b8d4..2f9c5c8aa0dfa8900cd15d25841a7f65f3abecef 100644 (file)
@@ -36,10 +36,11 @@ import org.eclipse.ui.IWorkbenchWindow;
 import org.eclipse.ui.PlatformUI;
 
 /**
- * <b><u>DestroySessionHandler</u></b>
  * <p>
  * Command handler implementation to destroy one or more trace sessions.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class DestroySessionHandler extends BaseControlViewHandler {
 
index c48d80b92fa3688948c218854d0c04b5c9e0a9ef..413e54383deb4297adb532f8f49a9fc6ddece991 100644 (file)
@@ -19,10 +19,11 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceEnablement
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceDomainComponent;
 
 /**
- * <b><u>DisableChannelHandler</u></b>
  * <p>
  * Command handler implementation to disable one or more trace channels per session and domain.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class DisableChannelHandler extends ChangeChannelStateHandler {
 
index ff135c5829b7c70b0a49728aed5a7daebbadfa32..5020bbd8de2fac190e40370c8210bf7185b9ab30 100644 (file)
@@ -19,10 +19,11 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceEnablement
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceChannelComponent;
 
 /**
- * <b><u>DisableEventHandler</u></b>
  * <p>
  * Command handler implementation to disable one or more events session, domain and channel.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class DisableEventHandler extends ChangeEventStateHandler {
 
index 63b52b2b7afd590e4432c983e5659f51a37bbc33..f6129ee261c2d7c52c14feb19401a9fb972c02fb 100644 (file)
@@ -16,10 +16,11 @@ import org.eclipse.core.commands.ExecutionException;
 import org.eclipse.linuxtools.internal.lttng2.core.control.model.TargetNodeState;
 
 /**
- * <b><u>DisconnectHandler</u></b>
  * <p>
  * Command handler implementation to disconnect from a target host.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class DisconnectHandler extends BaseNodeHandler {
 
index 715a23b674ba5b84bed0cccce216a2d813ce2621..e7a90e428b69d7af28e9086bf795929ee591bf38 100644 (file)
@@ -15,7 +15,9 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceD
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceSessionComponent;
 
 /**
- *  Class containing parameter for the command execution. 
+ * Class containing parameter for the command execution.
+ * 
+ *  @author Bernd Hufmann
  */
 public class DomainCommandParameter extends CommandParameter {
 
index 000d63010a2da7d904ad4c0eefb64ab98fe0e830..a266386d937adb4ed8a5ef128fe4230b15d83b3e 100644 (file)
@@ -19,10 +19,11 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceEnablement
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceDomainComponent;
 
 /**
- * <b><u>EnableChannelHandler</u></b>
  * <p>
  * Command handler implementation to enable one or more trace channels per session and domain.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class EnableChannelHandler extends ChangeChannelStateHandler {
 
index 50d0dbd2d89c661ccd28a100d0a828de43697505..8533897ab2ecec0f1cceede89177c5ddea31fb06 100644 (file)
@@ -26,10 +26,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceS
 import org.eclipse.ui.IWorkbenchPage;
 
 /**
- * <b><u>EnableChannelOnDomainHandler</u></b>
  * <p>
  * Command handler implementation to enable a trace channel for known domain.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class EnableChannelOnDomainHandler extends BaseEnableChannelHandler {
 
index afd3734e457d50e0c1cf6a9f6b2dd721d97b1542..89a4dedfdd64cb80ae9371d2e47e9d694cee1c15 100644 (file)
@@ -26,11 +26,12 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceS
 import org.eclipse.ui.IWorkbenchPage;
 
 /**
- * <b><u>EnableChannelOnSessionHandler</u></b>
  * <p>
  * Command handler implementation to enable a trace channel for unknown domain 
  * (on session level).
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class EnableChannelOnSessionHandler extends BaseEnableChannelHandler {
 
index 7478e48f50915224e12260f4e5619133d2854864..61aa27693a91d1f0d878c49d861ca5e818e2058d 100644 (file)
@@ -19,10 +19,11 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceEnablement
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceChannelComponent;
 
 /**
- * <b><u>EnableEventHandler</u></b>
  * <p>
  * Command handler implementation to enable one or more events session, domain and channel.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class EnableEventHandler extends ChangeEventStateHandler {
 
index a6348c0c8624631beece5e03ba498dd9adf31441..4761f9bdea9e5ea5e24f2f6e3f58a5e0f87f6625 100644 (file)
@@ -27,10 +27,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceS
 import org.eclipse.ui.IWorkbenchPage;
 
 /**
- * <b><u>EnableEventOnChannelHandler</u></b>
  * <p>
  * Command handler implementation to enable events for a known channel.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class EnableEventOnChannelHandler extends BaseEnableEventHandler {
 
index dadfda3a03b709d3f77b88987fdcd0f734e9af28..8c071a456e3dc523a286740599c99fc119fef88a 100644 (file)
@@ -27,11 +27,12 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceS
 import org.eclipse.ui.IWorkbenchPage;
 
 /**
- * <b><u>EnableEventOnDomainHandler</u></b>
  * <p>
  * Command handler implementation to enable events for a known domain and default channel 'channel0'
  * (which will be created if doesn't exist).
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class EnableEventOnDomainHandler extends BaseEnableEventHandler {
 
index b1e39df78b3ad95196f1d6f471ea5027562d1243..b892e060d068a02b93385f36e5d60e1cf7b62617 100644 (file)
@@ -27,11 +27,12 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceS
 import org.eclipse.ui.IWorkbenchPage;
 
 /**
- * <b><u>EnableEventOnSessionHandler</u></b>
  * <p>
  * Command handler implementation to enable events for a known session and default channel 'channel0'
  * (which will be created if doesn't exist).
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class EnableEventOnSessionHandler extends BaseEnableEventHandler {
 
index 82f4b9b2d3a9d5a3ada66f43c16ee40e36cfb6b5..56a929533249c26151f4eccd8d1d9fd649ada0a3 100644 (file)
@@ -15,7 +15,9 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceE
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceSessionComponent;
 
 /**
- *  Class containing parameter for a command execution. 
+ * Class containing parameter for a command execution.
+ *  
+ * @author Bernd Hufmann
  */
 public class EventCommandParameter extends CommandParameter {
 
index f099bc5ac8cd6ddd01e4a83c217503209a0462f1..c063ac8e8c6cabf54dbcd0f2d701302132f4563e 100644 (file)
@@ -45,10 +45,11 @@ import org.eclipse.ui.IWorkbenchWindow;
 import org.eclipse.ui.PlatformUI;
 
 /**
- * <b><u>ImportHandler</u></b>
  * <p>
  * Command handler implementation to import traces from a (remote) session to a tracing project.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class ImportHandler extends BaseControlViewHandler {
 
index 80fdeefd7e2ddea5a5c0ba1aecb660fd149ff452..9ba7e4048fc2d335887c7c7f3ded68d5d410d6ee 100644 (file)
@@ -31,10 +31,11 @@ import org.eclipse.ui.IWorkbenchWindow;
 import org.eclipse.ui.PlatformUI;
 
 /**
- * <b><u>NewConnectionHandler</u></b>
  * <p>
  * Command handler for creation new connection for trace control.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class NewConnectionHandler extends BaseControlViewHandler {
 
index fbb9451085f946efbf38be0fb0dd2b58eb99f974..9e45d960c87d211c6988203a0db6e0dc39ea01a6 100644 (file)
@@ -24,10 +24,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceC
 import org.eclipse.ui.IWorkbenchPage;
 
 /**
- * <b><u>RefreshHandler</u></b>
  * <p>
  * Command handler implementation to refresh node configuration.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class RefreshHandler extends BaseControlViewHandler {
 
index 8287a1adf025d52a3c07e505a8e7a00f3fda8ea7..4722163534d1a154f019327ce8bbe29d7c574178 100644 (file)
@@ -17,10 +17,11 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceSessionSta
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceSessionComponent;
 
 /**
- * <b><u>StartHandler</u></b>
  * <p>
  * Command handler implementation to start one or more trace sessions.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class StartHandler extends ChangeSessionStateHandler {
 
index 61971a7c1341acc4aad255608a0e324fc54169f1..8db9d33890d25554d0e32709893d8b6e361d5b89 100644 (file)
@@ -17,10 +17,11 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceSessionSta
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl.TraceSessionComponent;
 
 /**
- * <b><u>StopHandler</u></b>
  * <p>
  * Command handler implementation to stop one or more trace sessions.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class StopHandler extends ChangeSessionStateHandler {
 
index ce1fdb2f3e552e7805d752f8afd0eb71f6f2c933..bc865a06f39b752b14c1cb847c9e48b39b39b83d 100644 (file)
@@ -20,16 +20,20 @@ import org.eclipse.core.runtime.Status;
 import org.eclipse.linuxtools.internal.lttng2.ui.Activator;
 
 /**
- * <b><u>ControlCommandLogger</u></b>
  * <p>
  * Class to log control commands.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class ControlCommandLogger {
 
     // ------------------------------------------------------------------------
     // Attributes
     // ------------------------------------------------------------------------
+    /**
+     * The bufferd writer reference
+     */
     private static BufferedWriter fTraceLog = null;
     
     // ------------------------------------------------------------------------
index 0b5af158dae746339a857791c8b9b3b56c491527..ec5058a93e4e31b6a6cef53c39e2be4246c7426a 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011 Ericsson
+ * Copyright (c) 201s Ericsson
  * 
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -15,10 +15,11 @@ package org.eclipse.linuxtools.internal.lttng2.ui.views.control.messages;
 import org.eclipse.osgi.util.NLS;
 
 /**
- * <b><u>Messages</u></b>
  * <p>
  * Messages file for the trace control package. 
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 final public class Messages extends NLS {
     private static final String BUNDLE_NAME = "org.eclipse.linuxtools.internal.lttng2.ui.views.control.messages.messages"; //$NON-NLS-1$
index 5bd065c0fc114852392c011cee1f0de5dbb45557..0e9fd379aa267a8465095b2f439efd49b745c3f6 100644 (file)
@@ -19,11 +19,12 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.service.ILttngCon
 import org.eclipse.swt.graphics.Image;
 
 /**
- * <b><u>ITraceControlComponent</u></b>
  * <p>
  * Interface for trace control components that can be displayed in the 
  * trace control tree viewer. 
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface ITraceControlComponent extends IAdaptable {
 
index ac196580c74e5377c7b9e5d18844332641dec9b4..7c60924642cd3bf03216a662409748ba22ae172a 100644 (file)
 package org.eclipse.linuxtools.internal.lttng2.ui.views.control.model;
 
 /**
- * <b><u>ITraceControlComponentChangedListener</u></b>
  * <p>
  * Listener interface a class can implement to be notified about changes 
  * of components 
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface ITraceControlComponentChangedListener {
     /**
index ac79ad31f36044bb715407845b4178b94e88cbbe..b90ea3910ce1747e4f578c33538aa0a042d2ec9f 100644 (file)
@@ -20,10 +20,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.property.BaseEven
 import org.eclipse.ui.views.properties.IPropertySource;
 
 /**
- * <b><u>BaseEventComponent</u></b>
  * <p>
  * Implementation of the base trace event component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class BaseEventComponent extends TraceControlComponent {
     // ------------------------------------------------------------------------
index a0ce710d4c3eeb6321a5c6bfe7e57222253a41ae..1ce4d6816f97023ea104121c17da3a403babfd1a 100644 (file)
@@ -22,10 +22,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.property.KernelPr
 import org.eclipse.ui.views.properties.IPropertySource;
 
 /**
- * <b><u>KernelProviderComponent</u></b>
  * <p>
- * TODO
+ * Implementation of the Kernel provider component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class KernelProviderComponent extends TraceControlComponent {
     
index 05b56c01fbb5c6f7ffab4b4fd07f5c11128ba248..4b13616e56282cfc840ee17c3887d9520a40f610 100644 (file)
@@ -38,10 +38,11 @@ import org.eclipse.swt.graphics.Image;
 import org.eclipse.ui.views.properties.IPropertySource;
 
 /**
- * <b><u>TargetNodeComponent</u></b>
  * <p>
  * Implementation of the trace node component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TargetNodeComponent extends TraceControlComponent implements ICommunicationsListener {
 
index f3755cc9a1dda06a01ad58f6d6dc715ff102e02f..c82f08afcd67af2a54fcea5b06ea643817345bff 100644 (file)
@@ -33,10 +33,11 @@ import org.eclipse.ui.views.properties.IPropertySource;
 
 
 /**
- * <b><u>TraceChannelComponent</u></b>
  * <p>
  * Implementation of the trace channel component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceChannelComponent extends TraceControlComponent {
     // ------------------------------------------------------------------------
index 485717ba564efef7d5108239a3e4f5ca95c25e31..2852dd9158d77096072eb8d3f2b9ad3734338c3b 100644 (file)
@@ -24,10 +24,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.service.ILttngCon
 import org.eclipse.swt.graphics.Image;
 
 /**
- * <b><u>TraceControlComponent</u></b>
  * <p>
  * Base implementation for trace control component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceControlComponent implements ITraceControlComponent {
 
index a3669460635d4ca41db1353bbcd410481f9cf1f7..87ac1dfe17e78bea266147bde10b96af6f84666d 100644 (file)
@@ -16,10 +16,11 @@ import org.eclipse.jface.viewers.Viewer;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.ITraceControlComponent;
 
 /**
- * <b><u>TraceControlContentProvider</u></b>
  * <p>
  * Tree content provider implementation for trace control view.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceControlContentProvider implements ITreeContentProvider {
     // ------------------------------------------------------------------------
index c910a92e7bff3bd6b63e6486d5d70d623cdb60c0..bcad582765c2677dc5fbb6e5c2d94df383511792 100644 (file)
@@ -16,10 +16,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.ITraceContr
 import org.eclipse.swt.graphics.Image;
 
 /**
- * <b><u>TraceControlLabelProvider</u></b>
  * <p>
  * Label provider for trace control tree viewer.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceControlLabelProvider extends ColumnLabelProvider {
 
index 8239cdbdeb117d0bfbbcb264f94c4a44113b4c39..a381a331ca8e5e756d4e769ec077168d90ca8d20 100644 (file)
@@ -13,10 +13,11 @@ package org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.impl;
 
 
 /**
- * <b><u>TraceControlRoot</u></b>
  * <p>
  * Root element in trace control tree.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceControlRoot extends TraceControlComponent {
 
index 99ed0357768a442d550ff06e08086b95fc66792d..bed409ec7cf4ee96d36e7af2d1ac8e1a559fda07 100644 (file)
@@ -27,10 +27,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.property.TraceDom
 import org.eclipse.ui.views.properties.IPropertySource;
 
 /**
- * <b><u>TraceDomainComponent</u></b>
  * <p>
  * Implementation of the trace domain component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceDomainComponent extends TraceControlComponent {
     // ------------------------------------------------------------------------
index e68556d98f2bf4a6bcc733d7ad3ec772a4f9adee..3a066b0229d1960e27fcc168117301c9f0995a53 100644 (file)
@@ -30,10 +30,11 @@ import org.eclipse.ui.views.properties.IPropertySource;
 
 
 /**
- * <b><u>TraceEventComponent</u></b>
  * <p>
  * Implementation of the trace channel component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceEventComponent extends TraceControlComponent {
     // ------------------------------------------------------------------------
index 603e2aacf76dd41c6b0b426957eb995981e26c9e..ef8a6d9f1b959f278c91e7afc95160823054c23c 100644 (file)
@@ -19,10 +19,11 @@ import org.eclipse.ui.views.properties.IPropertySource;
 
 
 /**
- * <b><u>TraceProbeEventComponent</u></b>
  * <p>
  * Implementation of the trace channel component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceProbeEventComponent extends TraceEventComponent {
     // ------------------------------------------------------------------------
index 4635e5d5f59d303cd31faf0d28de5b210f3c1141..37c8a6d070bb84c2857f37433d1f47331b15480f 100644 (file)
@@ -23,10 +23,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.messages.Messages
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.ITraceControlComponent;
 
 /**
- * <b><u>TraceProviderGroup</u></b>
  * <p>
  * Implementation of the trace provider group.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceProviderGroup extends TraceControlComponent {
     // ------------------------------------------------------------------------
index cf72d0546bce89828b081059fe658104d87f0cf7..b641127dc0a592e3f4f711c37b510d1cb857c78d 100644 (file)
@@ -31,10 +31,11 @@ import org.eclipse.swt.graphics.Image;
 import org.eclipse.ui.views.properties.IPropertySource;
 
 /**
- * <b><u>TraceSessionComponent</u></b>
  * <p>
  * Implementation of the trace session component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceSessionComponent extends TraceControlComponent {
 
index 286f6e3d9a91622ecf1d54bf8f770b1549f9d63d..7f959bb6fd48f77c320a4073bdf3c6bb136628f4 100644 (file)
@@ -18,10 +18,11 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.ISessionInfo;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.model.ITraceControlComponent;
 
 /**
- * <b><u>TraceSessionGroup</u></b>
  * <p>
  * Implementation of the trace session group.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceSessionGroup extends TraceControlComponent {
     // ------------------------------------------------------------------------
index 70000ab426da81ac171c93338fb73f9fc17f576a..f509a61fb89aa70cb2bf0a60fba512e56ede3199 100644 (file)
@@ -21,10 +21,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.property.UstProvi
 import org.eclipse.ui.views.properties.IPropertySource;
 
 /**
- * <b><u>UstProviderComponent</u></b>
  * <p>
  * Implementation of the UST provider component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class UstProviderComponent extends TraceControlComponent {
     
index a7aa3cd560b1116c94725e0253aa8b267b0f08e3..fc5971e63d87cf8cac80d3a77cfde14ef3f62871 100644 (file)
@@ -15,10 +15,11 @@ import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer;
 import org.eclipse.jface.preference.IPreferenceStore;
 
 /**
- * <b><u>ControlPreferenceInitializer</u></b>
  * <p>
  * A class to initialize the preferences.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class ControlPreferenceInitializer extends AbstractPreferenceInitializer {
     /*
index 5a6d01084773e6f98a9e18fc6f236b83dc5340d9..3b90b16870d242919cfd09d7e5fca81bf594f6ba 100644 (file)
@@ -24,10 +24,11 @@ import org.eclipse.ui.IWorkbench;
 import org.eclipse.ui.IWorkbenchPreferencePage;
 
 /**
- * <b><u>ControlPreferencePage</u></b>
  * <p>
  * Preference page implementation for configuring LTTng tracer control preferences.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class ControlPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage {
 
index 61e57df2f065932fbfc4fc7fae73704cf15b43e9..18f1dcb3d0401a8b0940fb1e8660082ea7c96e0e 100644 (file)
@@ -17,10 +17,11 @@ import org.eclipse.jface.preference.IPreferenceStore;
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.logging.ControlCommandLogger;
 
 /**
- * <b><u>ControlPreference</u></b>
  * <p>
  * Singleton class to access LTTng tracer control preferences.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class ControlPreferences {
 
index ed556ec79fa4ce49071f56c72c63bc1d8b160da6..2b3a9ab7bcea28e56a1f25631d76b679d284b752 100644 (file)
@@ -21,10 +21,11 @@ import org.eclipse.ui.views.properties.IPropertyDescriptor;
 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
 
 /**
- * <b><u>BaseEventPropertySource</u></b>
  * <p>
  * Property source implementation for the base event component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class BaseEventPropertySource extends BasePropertySource {
 
index 4b3fc0a58be30f54b96a907a5454512d3f4161a0..87fb40b7ea5416d6aa8c8245de5f99f011ac947c 100644 (file)
@@ -15,10 +15,11 @@ import org.eclipse.ui.views.properties.IPropertyDescriptor;
 import org.eclipse.ui.views.properties.IPropertySource;
 
 /**
- * <b><u>BaseEventPropertySource</u></b>
  * <p>
  * Base property source implementation.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 abstract public class BasePropertySource implements IPropertySource {
 
index da6a94fbb9bf3df9cd0e93c0f471c48fe3058aa7..3f456ed2559dd9ee93452e9586048bdc0679ff2f 100644 (file)
@@ -17,10 +17,11 @@ import org.eclipse.ui.views.properties.IPropertyDescriptor;
 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
 
 /**
- * <b><u>KernelProviderPropertySource</u></b>
  * <p>
  * Property source implementation for the kernl provider component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class KernelProviderPropertySource extends BasePropertySource {
 
index 319f02fcf9478366197cc295804504556192fb0f..1fbb2a71ef00995132c0fa64c2f11909fda966a6 100644 (file)
@@ -17,10 +17,11 @@ import org.eclipse.ui.views.properties.IPropertyDescriptor;
 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
 
 /**
- * <b><u>TargetNodePropertySource</u></b>
  * <p>
  * Property source implementation for the target node component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TargetNodePropertySource extends BasePropertySource {
 
index 034c319ea2cdd5ded426423881a9677ada24df59..fda89b455a614c1df1c3824e7e9829c3dac1266c 100644 (file)
@@ -17,10 +17,11 @@ import org.eclipse.ui.views.properties.IPropertyDescriptor;
 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
 
 /**
- * <b><u>TraceChannelPropertySource</u></b>
  * <p>
  * Property source implementation for the trace channel component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceChannelPropertySource extends BasePropertySource {
 
index 40a228f9ebcf1af086f6af532d5fc97410692a9f..c20a746e89f559c2667465a2dca5835015f5eb81 100644 (file)
@@ -17,10 +17,11 @@ import org.eclipse.ui.views.properties.IPropertyDescriptor;
 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
 
 /**
- * <b><u>TraceDomainPropertySource</u></b>
  * <p>
  * Property source implementation for the trace domain component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceDomainPropertySource extends BasePropertySource {
 
index 4c0b5c7b643308634e993ddfe097b00bbaf3737c..19dd6dcabff2b11bd96cebdb86a23b6a194b4729 100644 (file)
@@ -21,10 +21,11 @@ import org.eclipse.ui.views.properties.IPropertyDescriptor;
 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
 
 /**
- * <b><u>TraceEventPropertySource</u></b>
  * <p>
  * Property source implementation for the trace event component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceEventPropertySource extends BasePropertySource {
 
index d82dabcf300418d8c882aaae1a5191f3b396dc84..e843224377cee485f5ad0bbdaab833eed2ed89da 100644 (file)
@@ -22,10 +22,11 @@ import org.eclipse.ui.views.properties.IPropertyDescriptor;
 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
 
 /**
- * <b><u>TraceEventPropertySource</u></b>
  * <p>
  * Property source implementation for the trace probe event component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceProbeEventPropertySource extends TraceEventPropertySource {
 
index 246a0047059bdfd3ce4642fb707e4b439af2da3f..24db38580a98372b5916f5c8f0578220cf745cd0 100644 (file)
@@ -17,10 +17,11 @@ import org.eclipse.ui.views.properties.IPropertyDescriptor;
 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
 
 /**
- * <b><u>TraceSessionPropertySource</u></b>
  * <p>
  * Property source implementation for the trace session component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class TraceSessionPropertySource extends BasePropertySource {
 
index e8ff6a9ba2b056758c9222b301cbf3aeb4b38b6a..6cefdc7b5cc1fd3b379de146ffc77e6372aa3129 100644 (file)
@@ -17,10 +17,11 @@ import org.eclipse.ui.views.properties.IPropertyDescriptor;
 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
 
 /**
- * <b><u>UstProviderPropertySource</u></b>
  * <p>
  * Property source implementation for the UST provider component.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class UstProviderPropertySource extends BasePropertySource {
 
index 92985df483ac2a18f09097ad5ae1428a970541db..c90236b5ed0f93d7997942a077c9ee94e19b96a2 100644 (file)
@@ -14,10 +14,11 @@ package org.eclipse.linuxtools.internal.lttng2.ui.views.control.remote;
 import java.util.Arrays;
 
 /**
- * <b><u>CommandResult</u></b>
  * <p>
  * Class containing command result of remote command execution.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class CommandResult implements ICommandResult {
     
index ea2b1108136a1fcec5f84bea90a623d693a553ea..79b73813d23ca5986dade8ee2e7c231d59e7ab88 100644 (file)
@@ -33,10 +33,12 @@ import org.eclipse.rse.services.shells.IHostShell;
 import org.eclipse.rse.services.shells.IShellService;
 
 /**
- * <b><u>CommandShell</u></b>
  * <p>
  * Implementation of remote command execution using RSE's shell service. 
  * </p>
+ * 
+ * @author Patrick Tasse
+ * @author Bernd Hufmann
  */
 public class CommandShell implements ICommandShell {
 
index f96fa26b4a7e01c8259e4e3aa427627891fcf3b7..b8c9bd4c451b7e963d5e38409107e93317965729 100644 (file)
 package org.eclipse.linuxtools.internal.lttng2.ui.views.control.remote;
 
 /**
- * <b><u>IommandResult</u></b>
  * <p>
  * Interface for providing command execution result.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface ICommandResult {
     /**
index 1f1046ba622c3d5c9e1048a3ab076582b8ddc3a4..60d6e5cab1b11526c7050ceff3ad2476f6062808 100644 (file)
@@ -15,10 +15,11 @@ import org.eclipse.core.commands.ExecutionException;
 import org.eclipse.core.runtime.IProgressMonitor;
 
 /**
- * <b><u>ICommandShell</u></b>
  * <p>
  * Interface for a command shell implementation
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface ICommandShell {
     
index d187d215a08d60d92ce92ec6a9c20c526dce6e49..52158156e3bbdfc754bfdfd5110e2bbd45ef6d40 100644 (file)
@@ -20,10 +20,11 @@ import org.eclipse.rse.services.terminals.ITerminalService;
 import org.eclipse.rse.subsystems.files.core.servicesubsystem.IFileServiceSubSystem;
 
 /**
- * <b><u>IRemoteSystemProxy</u></b>
  * <p>
  * Remote System Proxy interface.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public interface IRemoteSystemProxy {
 
index de88e7b6a6c9e60d75bdafe7b5fdd34476abe046..4e9f6c02127098f60481d5831b2d8fbc6b0a00ac 100644 (file)
@@ -24,10 +24,11 @@ import org.eclipse.rse.services.terminals.ITerminalService;
 import org.eclipse.rse.subsystems.files.core.servicesubsystem.IFileServiceSubSystem;
 
 /**
- * <b><u>RemoteSystemProxy</u></b>
  * <p>
  * RemoteSystemProxy implementation.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class RemoteSystemProxy implements IRemoteSystemProxy {
     
index c6f49755c4895dc3f043b59a181a0ed6126627dc..8d65032c7dc1a6dce54217e65bbc7fb03cd57bfa 100644 (file)
@@ -23,10 +23,12 @@ import org.eclipse.linuxtools.internal.lttng2.core.control.model.LogLevelType;
 import org.eclipse.linuxtools.internal.lttng2.core.control.model.TraceLogLevel;
 
 
-/** <b><u>ILttngControlService</u></b>
+/**
 * <p>
 * Interface for LTTng trace control command service. 
 * </p>
+* 
+* @author Bernd Hufmann
 */
 public interface ILttngControlService {
 
index b87474eaddc6beb142f2d414fcc1cb9f1086f5a3..5aa83f165a6c92690808c79f7c63808fd679895c 100644 (file)
@@ -43,10 +43,11 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.remote.ICommandRe
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.remote.ICommandShell;
 
 /**
- * <b><u>LTTngControlService</u></b>
  * <p>
  * Service for sending LTTng trace control commands to remote host.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class LTTngControlService implements ILttngControlService {
  
index a1bdac402f6f9d2cff0c5daf21399d72d9323e75..f09b0a0429dc8b36b7f7b657efaaa3dcca23b074 100644 (file)
@@ -14,10 +14,11 @@ package org.eclipse.linuxtools.internal.lttng2.ui.views.control.service;
 import java.util.regex.Pattern;
 
 /**
- * <b><u>LTTngControlServiceConstants</u></b>
  * <p>
  * Constants for LTTng Control Service.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class LTTngControlServiceConstants {
 
index ebf19ed2a876ecdf6e31621ec9c4cd65f6a57138..8c18577f00531be179e172fb7528084a36999db1 100644 (file)
@@ -20,11 +20,12 @@ import org.eclipse.linuxtools.internal.lttng2.ui.views.control.remote.ICommandRe
 import org.eclipse.linuxtools.internal.lttng2.ui.views.control.remote.ICommandShell;
 
 /**
- * <b><u>LTTngControlServiceFactory</u></b>
  * <p>
  * Factory to create LTTngControlService instances depending on the version of the LTTng Trace Control
  * installed on the remote host.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class LTTngControlServiceFactory {
 
@@ -64,6 +65,7 @@ public class LTTngControlServiceFactory {
     /**
      * Gets the LTTng Control Service implementation based on the version of the 
      * remote LTTng Tools.
+     * 
      * @param shell - the shell implementation to pass to the service
      * @return - LTTng Control Service implementation
      * @throws ExecutionException
index ab80dbb55628220aeded990b2ac1b8c69328cc81..5c2fe3fc7cf885a6ce025c4e3ab32d37b8aa0b3c 100755 (executable)
@@ -1060,10 +1060,9 @@ public class SDView extends ViewPart {
     }
     
     /**
-     * @version 1.0
-     * 
      * Loader for a blank sequence diagram.
      * 
+     * @version 1.0
      */
     public static class BlankUml2SdLoader implements IUml2SDLoader {
         /*
This page took 0.094566 seconds and 5 git commands to generate.