• 大小: 4.56MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-18
  • 语言: Java
  • 标签:

资源简介

AGV调度系统,JAVA语言,JRE运行环境。

资源截图

代码片段和文件信息

/**
 * Copyright (c) The openTCS Authors.
 *
 * This program is free software and subject to the MIT license. (For details
 * see the licensing information (LICENSE.txt) you should have received with
 * this copy of the software.)
 */
package org.opentcs.gradle.plugin.integration;

/**
 * Defines some constants for this plugin.
 *
 * @author Martin Grzenia (Fraunhofer IML)
 */
public interface Constants {

  /**
   * The property key for defining the project name.
   */
  String PROPKEY_PROJECTNAME = “customizationName“;
  /**
   * The property key for defining the baseline version.
   */
  String PROPKEY_baseLINEVERSION = “baselineVersion“;
  /**
   * The property key for defining the java file prefix.
   */
  String PROPKEY_JAVA_FILE_PREFIX = “javaFilePrefix“;

  /**
   * The default property value for the project name.
   */
  String PROPVAL_PROJECTNAME_DEFAULT = “MyProject“;

  /**
   * The default property value for the java file prefix.
   */
  String PROPVAL_JAVA_FILE_PREFIX_DEFAULT = “Custom“;

  /**
   * A text placeholder for the project name.
   */
  String PLACEHOLDER_PROJECT_NAME = “%PROJECT_NAME%“;
  /**
   * A text placeholder for the group name.
   */
  String PLACEHOLDER_GROUP_NAME = “%GROUP_NAME%“;
  /**
   * A text placeholder for the package name.
   */
  String PLACEHOLDER_PACKAGE_NAME = “%PACKAGE_NAME%“;
  /**
   * A text placeholder for the openTCS baseline version.
   */
  String PLACEHOLDER_OPENTCS_baseLINE_VERSION = “%OPENTCS_baseLINE_VERSION%“;
  /**
   * A file name placeholder for the asciidoc file.
   */
  String PLACEHOLDER_DOC_FILE_NAME = “%DOC_FILE_PLACEHOLDER%“;
  /**
   * A file name placeholder for the prefix of java files.
   */
  String PLACEHOLDER_JAVA_FILE_PREFIX = “%JAVA_FILE_PREFIX%“;
  /**
   * A directory name placeholder for the package name.
   */
  String PLACEHOLDER_FOLDER = “FOLDER_PACKAGE_NAME“;

  /**
   * The name of the resources folder containing files for the root project.
   */
  String RESOURCE_FOLDER_ROOT = “openTCS“;
  /**
   * The name of the resources folder containing files for the kernel project.
   */
  String RESOURCE_FOLDER_KERNEL = “openTCS-Kernel“;
  /**
   * The name of the resources folder containing files for the plant overview project.
   */
  String RESOURCE_FOLDER_PLANTOVERVIEW = “openTCS-PlantOverview“;
  /**
   * The name of the resources folder containing files for the kernel control center project.
   */
  String RESOURCE_FOLDER_KERNELCONTROLCENTER = “openTCS-KernelControlCenter“;
  /**
   * The name of the resources folder containing files for the common project.
   */
  String RESOURCE_FOLDER_COMMON = “openTCS-Common“;
  /**
   * The name of the resources folder containing files for the vehicle comm adapter project.
   */
  String RESOURCE_FOLDER_COMM_ADAPTER_VEHICLE = “openTCS-CommAdapter-Vehicle“;
  /**
   * The name of the resources folder containing files for the documentation project.
   */
  String RESOURCE_FOLDER_DOCUMENTATION = “openTCS-Documentation“;

  /**

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1747  2018-07-25 10:02  openTCS-4.9.1-src\.classpath

     文件       7916  2018-04-26 15:16  openTCS-4.9.1-src\.nb-gradle-properties

     文件        393  2018-07-25 10:02  openTCS-4.9.1-src\.project

     文件       2736  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\ConfigurationItemTO.class

     文件        808  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\CredentialsException.class

     文件       1007  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\Kernel$State.class

     文件      16905  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\Kernel.class

     文件        771  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\KernelException.class

     文件        799  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\KernelRuntimeException.class

     文件       1983  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\KernelServicePortal.class

     文件       1733  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\KernelStateTransitionEvent.class

     文件       8453  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\LocalKernel.class

     文件       1667  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\ModelTransitionEvent.class

     文件       1430  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\NotificationPublicationEvent.class

     文件        124  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\package-info.class

     文件        683  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\queries\Availability.class

     文件        132  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\queries\package-info.class

     文件       3448  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\queries\Queries.class

     文件        658  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\queries\Query.class

     文件       1482  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\queries\QueryAvailablescriptFiles.class

     文件        959  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\queries\QueryRecoveryStatus.class

     文件       1167  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\queries\QueryRoutingInfo.class

     文件       1616  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\queries\QuerySchedulerAllocations.class

     文件       1190  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\queries\QueryTopologyInfo.class

     文件        546  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\rmi\CallPermissions.class

     文件       1650  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\rmi\ClientID.class

     文件       4002  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\rmi\DynamicRemoteKernelProxy.class

     文件        911  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\rmi\factories\AnonSslClientSocketFactory.class

     文件        574  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\rmi\factories\AnonSslServerSocketFactory.class

     文件       1464  2018-07-25 10:02  openTCS-4.9.1-src\bin\org\opentcs\access\rmi\factories\AnonSslSocketFactoryProvider.class

............此处省略3595个文件信息

评论

共有 条评论