Documentation
¶
Index ¶
- func Run(ctx *Context, args []string) error
- type Context
- type File
- func (f File) Child(name string) File
- func (f File) CopyTo(dst File) error
- func (f File) Exists() bool
- func (f File) IsDir() bool
- func (f File) IsFile() bool
- func (f File) Mkdirs() error
- func (f File) Name() string
- func (f File) Normalize() File
- func (f File) Parent() File
- func (f File) ReadBinary() ([]byte, error)
- func (f File) String() string
- type POM
- type PomProject
- type PomProperties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PomProject ¶
type PomProperties ¶
type PomProperties struct { InnerXML string `xml:",innerxml"` // contains filtered or unexported fields }
func (*PomProperties) GetProperty ¶
func (inst *PomProperties) GetProperty(name string) string
GetProperty get required property
func (*PomProperties) Table ¶
func (inst *PomProperties) Table() map[string]string
Click to show internal directories.
Click to hide internal directories.