Class UseModuleInfo


  • @OpenApi
    public final class UseModuleInfo
    extends ResolveLocalModuleInfo
    Use remote module resolution info. Remote module will be used instead of local module when local project is added to teamwork.
    • Constructor Summary

      Constructors 
      Constructor Description
      UseModuleInfo​(IAttachedProject attachedProject, java.lang.String remoteId)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UseModuleInfo

        @OpenApi
        public UseModuleInfo​(IAttachedProject attachedProject,
                             java.lang.String remoteId)
        Constructor.
        Parameters:
        attachedProject - local module to replace.
        remoteId - remote module teamwork project id.