Documentation
¶
Overview ¶
* Copyright © 2019. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.
* Copyright © 2019. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GoProject ¶
type GoProject struct {
// contains filtered or unexported fields
}
GoProject is an implementation of a Go Project
func (*GoProject) Cleanup ¶
Cleanup removes all temp files (if any) created during the initialization
func (*GoProject) GetInputTargetDir ¶
GetInputTargetDir returns the target folder entered by the user
func (*GoProject) GetTargetDir ¶
GetTargetDir returns the target folder, either the inputtarget or the temptarget if it is created
type JavaProject ¶
type JavaProject struct {
// contains filtered or unexported fields
}
JavaProject is an implementation of a Java Project
func (*JavaProject) Cleanup ¶
func (j *JavaProject) Cleanup() error
Cleanup removes all temp files (if any) created during the initialization
func (*JavaProject) GetAppDir ¶
func (j *JavaProject) GetAppDir() string
GetAppDir returns the directory of the App
func (*JavaProject) GetInputTargetDir ¶
func (j *JavaProject) GetInputTargetDir() string
GetInputTargetDir returns the target folder entered by the user
func (*JavaProject) GetTargetDir ¶
func (j *JavaProject) GetTargetDir() string
GetTargetDir returns the target folder, either the inputtarget or the temptarget if it is created
func (*JavaProject) Init ¶
func (j *JavaProject) Init() error
Init initializes a java project structure
func (*JavaProject) IsFile ¶
func (j *JavaProject) IsFile() bool
IsFile returns true if the destination target is a File