public class BootstrapperBuilder extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.Build.Tasks.v4.0
|
static java.lang.String |
className
Qualified class name: Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
BootstrapperBuilder() |
BootstrapperBuilder(java.lang.Object instance)
Internal constructor.
|
BootstrapperBuilder(java.lang.String visualStudioVersion) |
| Modifier and Type | Method and Description |
|---|---|
BuildResults |
Build(BuildSettings settings) |
static BootstrapperBuilder |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into BootstrapperBuilder, a cast assert is made to check if types are compatible. |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String[] |
GetOutputFolders(JCORefOut dupParam0,
java.lang.String dupParam1,
java.lang.String dupParam2,
ComponentsLocation dupParam3) |
java.lang.String[] |
GetOutputFolders(java.lang.String[] productCodes,
java.lang.String culture,
java.lang.String fallbackCulture,
ComponentsLocation componentsLocation) |
java.lang.String |
getPath() |
ProductCollection |
getProducts() |
void |
setJCOInstance(JCObject instance) |
void |
setPath(java.lang.String Path) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public BootstrapperBuilder()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
IndexOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
IOException,
NotSupportedException,
InvalidOperationException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic BootstrapperBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic BootstrapperBuilder(java.lang.String visualStudioVersion)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
FormatException,
IndexOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
SecurityException,
UnauthorizedAccessException,
IOException,
NotSupportedException,
InvalidOperationException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic BuildResults Build(BuildSettings settings) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, RegexMatchTimeoutException, OverflowException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NullReferenceException, SecurityException, XmlException, XmlSchemaException, XPathException, MulticastNotSupportedException, CultureNotFoundException, ConfigurationException, OutOfMemoryException, UriFormatException, CryptographicException, PlatformNotSupportedException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionRegexMatchTimeoutExceptionOverflowExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionSecurityExceptionXmlExceptionXmlSchemaExceptionXPathExceptionMulticastNotSupportedExceptionCultureNotFoundExceptionConfigurationExceptionOutOfMemoryExceptionUriFormatExceptionCryptographicExceptionPlatformNotSupportedExceptionpublic static BootstrapperBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into BootstrapperBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedBootstrapperBuilder instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String[] GetOutputFolders(JCORefOut dupParam0, java.lang.String dupParam1, java.lang.String dupParam2, ComponentsLocation dupParam3) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, NotSupportedException, InvalidOperationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NullReferenceException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, XmlException, XmlSchemaException, XPathException, OutOfMemoryException, MulticastNotSupportedException, FormatException, OverflowException, CultureNotFoundException, CryptographicException, PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionXmlExceptionXmlSchemaExceptionXPathExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionFormatExceptionOverflowExceptionCultureNotFoundExceptionCryptographicExceptionPlatformNotSupportedExceptionpublic java.lang.String[] GetOutputFolders(java.lang.String[] productCodes,
java.lang.String culture,
java.lang.String fallbackCulture,
ComponentsLocation componentsLocation)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
IndexOutOfRangeException,
NotSupportedException,
InvalidOperationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
XmlException,
XmlSchemaException,
XPathException,
OutOfMemoryException,
MulticastNotSupportedException,
FormatException,
OverflowException,
CultureNotFoundException,
CryptographicException,
PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionXmlExceptionXmlSchemaExceptionXPathExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionFormatExceptionOverflowExceptionCultureNotFoundExceptionCryptographicExceptionPlatformNotSupportedExceptionpublic java.lang.String getPath()
throws java.lang.Throwable
java.lang.Throwablepublic ProductCollection getProducts() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, NotSupportedException, InvalidOperationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NullReferenceException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, XmlException, XmlSchemaException, XPathException, OutOfMemoryException, MulticastNotSupportedException, FormatException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionXmlExceptionXmlSchemaExceptionXPathExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionFormatExceptionOverflowExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setPath(java.lang.String Path)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
IndexOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
NullReferenceException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
SecurityException,
ArgumentOutOfRangeException,
XmlException,
XmlSchemaException,
XPathException,
OutOfMemoryException,
MulticastNotSupportedException,
FormatException,
OverflowException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionSecurityExceptionArgumentOutOfRangeExceptionXmlExceptionXmlSchemaExceptionXPathExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionFormatExceptionOverflowException