A string that contains the package version (for example,3.5.2). voidsetRepository(Stringrepository) The name of the repository that contains the requested package version. StringtoString() Returns a string representation of this object. ListPackageVersionDependenciesRequestwithDomain(...
Methods inherited from java.lang.Object Constructor Details SsisPackage public SsisPackage() Creates an instance of SsisPackage class. Method Details parameters public Listparameters() Get the parameters property: Parameters in package. Returns:
Getter for the ConfigurationPackageAddedEvent Observable<T>. getConfigurationPackageNames public List getConfigurationPackageNames() Retrieves the list of configuration package names in the service manifest. Overrides: FabricCodePackageActivationContext.getConfigurationPackageNames() Returns: The list of c...
Your fellow developers may not understand the rationale for these extra entries. These entries may become incorrect over time if the list of required packages changes (whereas our library will always ensure the required packages are imported). ...
publicListPackageImportJobsRequestclone() Description copied from class:AmazonWebServiceRequest Creates a shallow clone of this object for all fields except the handler context. Explicitly doesnotclone the deep structure of the other fields in the message. ...
dependentListConf=./target/dependentList if [ -f "$dependentListConf" ]; then rm -f $dependentListConf fi touch $dependentListConf; if [ -d ./target/libs ]; then for jar in `ls ./target/libs`; do echo "$jar" >> $dependentListConf ...
public List parameters() Get the parameters property: Parameters in package. Returns: the parameters value.projectId public Long projectId() Get the projectId property: Project id which contains package. Returns: the projectId value.projectVersion public Long projectVersion() Get the projectVersion ...
public List parameters() Get the parameters property: Parameters in package. Returns: the parameters value.projectId public Long projectId() Get the projectId property: Project id which contains package. Returns: the projectId value.projectVersion public Long projectVersion() Get the projectVersion ...
components=...: A optional semicolon-separated list of component definitions which will be applied inANALYZEmode. This is helpful when creating the Deptective configuration for an existing code base, where examining relationships on the package level would be too detailed otherwise. Component definitio...
mlistAppInfo.clear(); for(ResolveInfo reInfo : resolveInfos) { String activityName = reInfo.activityInfo.name;// 获得该应用程序的启动Activity的name String pkgName = reInfo.activityInfo.packageName;// 获得应用程序的包名 String appLabel = (String) reInfo.loadLabel(pm);// 获得应用程序的Label ...